| Visual Basic | |
|---|---|
Function GetNextParent( _ ByVal poPos As IEdmPos5 _ ) As IEdmReference5 | |
| C# | |
|---|---|
IEdmReference5 GetNextParent( IEdmPos5 poPos ) | |
| C++/CLI | |
|---|---|
IEdmReference5^ GetNextParent( & IEdmPos5^ poPos ) | |
Parameters
- poPos
- Position of the next parent file to get
Return Value
Parent fileCall IEdmReference7::GetFirstParentPosition2 to get the position of the first referenced parent file, before you call this method the first time.
After calling this method the first time, poPos is automatically incremented every time this method is called. Call this method repeatedly to obtain the rest of the referenced parent files.
Return code S_OK indicates that the method successfully executed.
Version 5.2 of SOLIDWORKS PDM Professional