| Visual Basic | |
|---|---|
Function GetFirstVariablePosition() As IEdmPos5 | |
| C# | |
|---|---|
IEdmPos5 GetFirstVariablePosition() | |
| C++/CLI | |
|---|---|
IEdmPos5^ GetFirstVariablePosition(); | |
Return Value
IEdmPos5; position of the first variable in the enumerationAfter calling this method, pass the returned position of the first variable to IEdmVariableMgr5::GetNextVariable to get the first variable in this list. Then call IEdmVariableMgr5::GetNextVariable repeatedly to get the rest of the variables.
C++ users not using smart-pointer wrapper functions must release the returned interface, IEdmPos5.
- S_OK: The method successfully executed.
SOLIDWORKS PDM Professional Version 5.2