| Visual Basic | |
|---|---|
Function GetFirstLabelPosition() As IEdmPos5 | |
| C# | |
|---|---|
IEdmPos5 GetFirstLabelPosition() | |
| C++/CLI | |
|---|---|
IEdmPos5^ GetFirstLabelPosition(); | |
Return Value
IEdmPos5; position of the first label in this folderAfter calling this method, pass the returned first label position to IEdmFolder5::GetNextLabel to get the first label in the list. Then call IEdmFolder5::GetNextFile repeatedly to get the rest of the labels in the list.
C++ users not using smart-pointer wrapper functions must release the returned pointer, IEdmPos5.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional Version 5.2