| Visual Basic | |
|---|---|
Function GetFirstRefPosition() As IEdmPos5 | |
| C# | |
|---|---|
IEdmPos5 GetFirstRefPosition() | |
| C++/CLI | |
|---|---|
IEdmPos5^ GetFirstRefPosition(); | |
Return Value
IEdmPos5; position of the first custom file referenceSee the IEdmEnumeratorCustomReference5 examples.
After calling this method, pass the position of the first custom file reference to IEdmEnumeratorCustomReference5::GetNextRef to get the first custom file reference. Then call IEdmEnumeratorCustomReference5::GetNextRef repeatedly to get the rest of the custom file references.
C++ programmers not using smart-pointer wrapper functions must release the returned pointer to IEdmPos5.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional Version 5.2