Route all wires that are not already routed or that have errors in their path, using a from-to list.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function RouteWires() As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IElectricalRoute
Dim value As Boolean
value = instance.RouteWires()
|
C++/CLI | |
---|
bool RouteWires(); |
Return Value
True if the some or all wires are routed, false if not (see
Remarks)
Example
Remarks
See Also
Availability
SolidWorks Routing 2006 FCS