Solid Edge Framework Type Library
ParseUnit Method
Member of the UnitTypeConstants constant set that specifies the type of measurement.
Returns the parsed measurement.
Description
Accepts a valid unit string as input and returns the corresponding value in database units.
Syntax
Visual Basic
Public Function ParseUnit( _
   ByVal Index As Integer, _
   ByVal UnitString As String _
) As Variant
Parameters
Index
Member of the UnitTypeConstants constant set that specifies the type of measurement.
UnitString
Returns the parsed measurement.
See Also

UnitsOfMeasure Collection  | UnitsOfMeasure Members

Send comments on this topic.