| Visual Basic | |
|---|---|
Sub GetRevisionNumberComponents2( _ ByVal oNameIDorEmpty As System.Object, _ ByRef ppoRetData() As EdmRevComponent2 _ ) | |
| C# | |
|---|---|
void GetRevisionNumberComponents2( System.object oNameIDorEmpty, out EdmRevComponent2[] ppoRetData ) | |
| C++/CLI | |
|---|---|
void GetRevisionNumberComponents2( & System.Object^ oNameIDorEmpty, & [Out] array<EdmRevComponent2>^ ppoRetData ) | |
Parameters
- oNameIDorEmpty
- Name or ID of revision number component to retrieve, null to retrieve all components (see Remarks)
- ppoRetData
- Array of EdmRevComponent2 structures; one structure for each revision number component
If oNameIDorEmpty is a positive integer, it is interpreted as the ID of the component to retrieve. If it is a negative integer, it is interpreted as a revision number, and all components with that revision number are returned.
- S_OK: The method successfully executed.
SOLIDWORKS PDM Professional 2007 SP03