| Visual Basic | |
|---|---|
Sub GetRefs( _ ByVal eType As EdmRefType, _ ByRef ppoRetItems() As System.Object _ ) | |
| C# | |
|---|---|
void GetRefs( EdmRefType eType, out System.object[] ppoRetItems ) | |
| C++/CLI | |
|---|---|
void GetRefs( & EdmRefType eType, & [Out] System.array<Object^>^ ppoRetItems ) | |
Parameters
- eType
- Type of reference to get as defined in EdmRefType
- ppoRetItems
- Array of IEdmRefItems; one interface pointer for each item reference
- S_OK: The method successfully executed.
SOLIDWORKS PDM Professional Version 6.4