Sets the route type and sub-type for the connection point of the active routing component.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetRouteTypeAndSubRouteType( _
ByVal RouteType As System.Integer, _
ByVal SubRouteType As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As IRoutingComponentManager
Dim RouteType As System.Integer
Dim SubRouteType As System.Integer
instance.SetRouteTypeAndSubRouteType(RouteType, SubRouteType) |
Parameters
- RouteType
- Type of route as defined in swComponentRouteType_e
- SubRouteType
- Type of electrical sub-route as defined in swComponentRouteType_e; only valid if RouteType is Electrical or 3
Remarks
See Also
Availability
SOLIDWORKS Routing 2011 FCS