| Visual Basic | |
|---|---|
Function GetFirstFilePosition() As IEdmPos5 | |
| C# | |
|---|---|
IEdmPos5 GetFirstFilePosition() | |
| C++/CLI | |
|---|---|
IEdmPos5^ GetFirstFilePosition(); | |
Return Value
IEdmPos5; position of the first file set with this labelAfter calling this method, pass the returned first file position to IEdmLabel5::GetNextFile or IEdmLabel5::GetNextFileID to get the first file in the list of files set with this label. Then call IEdmLabel5::GetNextFile or IEdmLabel5::GetNextFileID repeatedly to get the rest of the files set with this label.
C++ programmers not using smart-pointer wrapper functions must release the returned interface, IEdmPos5.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional Version 5.2