| Visual Basic | |
|---|---|
Sub GetVersions( _ ByRef ppoVersions() As EdmBomVersion _ ) | |
| C# | |
|---|---|
void GetVersions( out EdmBomVersion[] ppoVersions ) | |
| C++/CLI | |
|---|---|
void GetVersions( & [Out] array<EdmBomVersion>^ ppoVersions ) | |
Parameters
- ppoVersions
- Array of EdmBomVersion structures; one structure for each BOM version; the structure of the oldest version is at the beginning of the array
See the IEdmBom examples.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional 2009