SOLIDWORKS PDM Professional API Help Send Feedback
GetNextChild Method (IEdmReference5)
See Also  Example
EPDM.Interop.epdm Namespace > IEdmReference5 Interface : GetNextChild Method (IEdmReference5)


poPos
Position of next child file to get
Enumerates the files referenced by this file.

Syntax

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 file

Example

Remarks

Call 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.

 

See Also

Availability

Version 5.2 of SOLIDWORKS PDM Professional