Starts a route from one of the following:
- selected connection point
- selected routing component
- specified routing part and configuration
.NET Syntax
Visual Basic (Declaration) | |
---|
Function StartRoute( _
ByVal Pathname As System.String, _
ByVal ConfigName As System.String _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IRouteManager
Dim Pathname As System.String
Dim ConfigName As System.String
Dim value As System.Boolean
value = instance.StartRoute(Pathname, ConfigName) |
Parameters
- Pathname
- Path and file name of the routing part from which to start a route or "" if using a selected connection point or a selected routing component
- ConfigName
- Configuration of the specified routing part from which to start the route or "" if using a selected connection point or a selected routing component
Return Value
True if a route started, false if not
Example
Remarks
See Also
Availability
SolidWorks Routing 2013 FCS