Gets the names of the attached components for the specified component.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IAdvancedRouteSelector
Dim selIndex As Integer
Dim append As Boolean
Dim callbackIn As Object
Dim outputType As Integer
Dim selObjName As Object
Dim value As 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
- Name of the selected component
Return Value
Array of names of the attached components for the selected component
Example
See Also
Availability
SolidWorks Routing 2009 FCS