| Visual Basic | |
|---|---|
Sub GetItems( _ ByVal eType As EdmRefItemType, _ ByRef ppoRetItems() As System.Object _ ) | |
| C# | |
|---|---|
void GetItems( EdmRefItemType eType, out System.object[] ppoRetItems ) | |
| C++/CLI | |
|---|---|
void GetItems( & EdmRefItemType eType, & [Out] System.array<Object^>^ ppoRetItems ) | |
Parameters
- eType
- Type of items to get as defined in EdmRefItemType
- ppoRetItems
- Array of IEdmRefItems; one interface for each reference item
Access Check-in Flags in Check out Dialog (C#)
Access Check-in Flags in Check out Dialog (VB.NET)
Prevent Admin from Checking In File (C#)
Prevent Admin from Checking In File (VB.NET)
Access Check-in Flags in Check out Dialog (VB.NET)
Prevent Admin from Checking In File (C#)
Prevent Admin from Checking In File (VB.NET)
- S_OK: The method successfully executed.
SOLIDWORKS PDM Professional Version 6.4