Gets the string value for the specified aspect of the active routing component.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetRoutingStringValue( _
ByVal StringID As System.Integer _
) As System.String |
Visual Basic (Usage) | |
---|
Dim instance As IRoutingComponentManager
Dim StringID As System.Integer
Dim value As System.String
value = instance.GetRoutingStringValue(StringID) |
C# | |
---|
System.string GetRoutingStringValue(
System.int StringID
) |
C++/CLI | |
---|
System.String^ GetRoutingStringValue(
& System.int StringID
) |
Parameters
- StringID
Integer representing one of the aspects of the routing component as follows:
- 0 - pipe sketch
- 1 - inner diameter
- 2 - outer diameter
- 3 - filter sketch
- 4 - nominal diameter
- 5 - length extrusion
- 6 - specification
- 7 - pipe identifier
- 8 - elbow arc
- 9 - bend angle
- 10 - bend radius
- 11 - BOM elbow angle
- 12 - BOM pipe length
- 13 - BOM total pipe length
- 14 - vertical axis
- 15 - axis of rotation
- 16 - clip axis
- 17 - BOM route length
- 18 - ignore BOM value
Return Value
String value for the specified aspect
Example
See Also
Availability
SOLIDWORKS Routing 2011 FCS