| Visual Basic | |
|---|---|
Function GetFirstLabelPosition() As IEdmPos5 | |
| C# | |
|---|---|
IEdmPos5 GetFirstLabelPosition() | |
| C++/CLI | |
|---|---|
IEdmPos5^ GetFirstLabelPosition(); | |
Return Value
IEdmPos5; position of the first label set on this fileAfter calling this method, pass the returned first label position to IEdmEnumeratorVersion5::GetNextLabel to get the first label set on this file. Call IEdmEnumeratorVersion5::GetNextLabel repeatedly to get the rest of the labels set on this file.
C++ programmers not using smart-pointer wrapper functions must release the returned interface, IEdmPos5.
- S_OK: The method successfully executed.
- S_FALSE: An argument is invalid.
SOLIDWORKS PDM Professional Version 5.2