Gets the string value for the specified aspect of the active routing component.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetRoutingStringValue( _
ByVal StringID As Integer _
) As String |
Visual Basic (Usage) | |
---|
Dim instance As IRoutingComponentManager
Dim StringID As Integer
Dim value As String
value = instance.GetRoutingStringValue(StringID)
|
C# | |
---|
string GetRoutingStringValue(
int StringID
) |
C++/CLI | |
---|
String^ GetRoutingStringValue(
& 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 2011 FCS, Revision Number 19.0