Solid Edge Assembly Type Library
GetAllAlternateComponents Method
Specifies the number of alternate components for the assembly occurrence.
Specifies the file names (with paths) of all alternate components for the assembly occurrence.
Description
This method returns all alternate components for the specified Occurrence object.
Syntax
Visual Basic
Public Sub GetAllAlternateComponents( _
   ByRef AlternateComponentCount As Long, _
   ByRef AlternateComponentFileNames() As String _
) 
Parameters
AlternateComponentCount
Specifies the number of alternate components for the assembly occurrence.
AlternateComponentFileNames
Specifies the file names (with paths) of all alternate components for the assembly occurrence.
See Also

Occurrence Object  | Occurrence Members