Gets the number of attached components for the specified component.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function getAttachedComponentsCount( _
ByVal selIndex As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IAdvancedRouteSelector
Dim selIndex As System.Integer
Dim value As System.Integer
value = instance.getAttachedComponentsCount(selIndex) |
C# | |
---|
System.int getAttachedComponentsCount(
System.int selIndex
) |
C++/CLI | |
---|
System.int getAttachedComponentsCount(
& System.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
Example
See Also
Availability
SOLIDWORKS Routing 2009 FCS