Gets the names of the attached components for the selected component.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Select( _
ByVal selIndex As System.Integer, _
ByVal append As System.Boolean, _
ByVal callbackIn As System.Object, _
ByVal outputType As System.Integer, _
ByRef selObjName As System.Object _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IAdvancedRouteSelector
Dim selIndex As System.Integer
Dim append As System.Boolean
Dim callbackIn As System.Object
Dim outputType As System.Integer
Dim selObjName As System.Object
Dim value As System.Object
value = instance.Select(selIndex, append, callbackIn, outputType, selObjName) |
Parameters
- selIndex
- Index of the component (fitting, cable, or wire) to select
- append
- True appends the selection to the selection list, false replaces the selection list with this selection
- callbackIn
- SOLIDWORKS SelectData or NULL
- outputType
- Output type as defined by swAdvancedRouteSelectionOutput_e
- selObjName
- Array of length 1; contains either the name of the selected component or an empty string (see Remarks)
Return Value
Array of names of the attached components for the selected component (see
Remarks)
Example
Remarks
See Also
Availability
SOLIDWORKS Routing 2009 FCS