Gets the number of attached components for the specified component.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function getAttachedComponentsCount( _
ByVal selIndex As Integer _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IAdvancedRouteSelector
Dim selIndex As Integer
Dim value As Integer
value = instance.getAttachedComponentsCount(selIndex)
|
C# | |
---|
int getAttachedComponentsCount(
int selIndex
) |
C++/CLI | |
---|
int getAttachedComponentsCount(
& int selIndex
) |
Parameters
- selIndex
- Index of the component whose number of attached components you want
Return Value
Number of attached components for the component corresponding to selIndex
See Also
Availability
SolidWorks Routing 2009 FCS