Sets the name of the user-defined route for the active routing component.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetComponentUserDefinedRouteTypeName( _
ByVal StringID As System.String _
) |
Visual Basic (Usage) | |
---|
Dim instance As IRoutingComponentManager
Dim StringID As System.String
instance.SetComponentUserDefinedRouteTypeName(StringID) |
C# | |
---|
void SetComponentUserDefinedRouteTypeName(
System.string StringID
) |
C++/CLI | |
---|
void SetComponentUserDefinedRouteTypeName(
& System.String^ StringID
) |
Parameters
- StringID
- Name of the user-defined route for the active routing component
Example
Remarks
See Also
Availability
SOLIDWORKS Routing 2015 FCS