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