| Visual Basic | |
|---|---|
Function GetHeadPosition() As IEdmPos5 | |
| C# | |
|---|---|
IEdmPos5 GetHeadPosition() | |
| C++/CLI | |
|---|---|
IEdmPos5^ GetHeadPosition(); | |
Return Value
IEdmPos5; position of first element in this listSee the IEdmSelectionList5 examples.
After calling this method, pass the position of the first item to IEdmSelectionList5::GetNext to get the first item in this list. Then call IEdmSelectionList5::GetNext repeatedly to get the rest of the items in this list.
C++ programmers not using smart-pointer wrapper functions must release the returned interface, IEdmPos5.
- S_OK: The method successfully executed.
SOLIDWORKS PDM Professional Version 5.2