| Visual Basic | |
|---|---|
Sub GetAllControls( _ ByRef ppControlsList() As System.Object _ ) | |
| C# | |
|---|---|
void GetAllControls( out System.object[] ppControlsList ) | |
| C++/CLI | |
|---|---|
void GetAllControls( & [Out] System.array<Object^>^ ppControlsList ) | |
Parameters
- ppControlsList
- Array of IEdmCardControl5
See the IEdmCard7 example.
SOLIDWORKS PDM Professional 2019 SP03