Sets a new route path for this wire.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ISetRoutePathForWire( _
ByVal numRouteSegmentIds As System.Integer, _
ByRef RouteSegmentIDs As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IWire
Dim numRouteSegmentIds As System.Integer
Dim RouteSegmentIDs As System.Integer
Dim value As System.Integer
value = instance.ISetRoutePathForWire(numRouteSegmentIds, RouteSegmentIDs) |
Parameters
- numRouteSegmentIds
- Number of route segments in this wire
- RouteSegmentIDs
- in-process, unmanaged C++: Pointer to an array of route segment IDs for this wire
- VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Return Value
Status of setting a new route path as defined in
swSetRoutePathForWireErrorType_e
Remarks
See Also
Availability
SolidWorks Routing 2014 FCS