Topsolid online Help Index
Created : v6.6
Double = IParameter.GetConvertedValue(Symbol)
This method gets the value of a parameter in the unit you want (Symbol).
|
IN: |
String Symbol |
Symbol of the unit in which you want the value.
|
|
RET: |
Double |
Value of the parameter in the right symbol.
|
If the symbol is not in the same type unit as the parameter, the method returns an error.
Dim value As Double
value = TopParam.GetConvertedValue("cm")
' the value you will have is in cm
Topsolid online Help Index