| Visual Basic | |
|---|---|
Sub GetObjects( _ ByRef ppoObjects() As EdmObjectInfo _ ) | |
| C# | |
|---|---|
void GetObjects( out EdmObjectInfo[] ppoObjects ) | |
| C++/CLI | |
|---|---|
void GetObjects( & [Out] array<EdmObjectInfo>^ ppoObjects ) | |
Parameters
- ppoObjects
- Array of EdmObjectInfo structures; one structure for each interface to retrieve
Call this method to get interfaces to several objects at once, which is more efficient than calling IEdmVault5::GetObject multiple times.
SOLIDWORKS PDM Professional 2008