| Visual Basic | |
|---|---|
Function GetHeadPosition() As IEdmPos5 | |
| C# | |
|---|---|
IEdmPos5 GetHeadPosition() | |
| C++/CLI | |
|---|---|
IEdmPos5^ GetHeadPosition(); | |
Return Value
IEdmPos5; position in the list of the first string (see Remarks)See the IEdmStrLst5 examples.
After calling this method, pass the returned position of the first string to IEdmStrLst5::GetNext to get the first string in this list. Then call IEdmStrLst5::GetNext repeatedly to get the rest of the strings 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