Solid Edge Part Type Library
AddMeasureVariable Method
Description
Returns the measure variable object.
Syntax
Visual Basic
Public Function AddMeasureVariable( _
   ByVal Type As MeasureVariableTypeConstants, _
   ByVal ValueType As MeasureVariableValueConstants, _
   ByVal Geom1 As Object, _
   ByVal Geom2 As Object, _
   Optional ByVal Geom3 As Variant _
) As MeasureVariable
Parameters
Type
ValueDescription
MeasureVariableTypeConstants_AngleMeasure variable type constants Angle
MeasureVariableTypeConstants_DistanceMeasure variable type constants Distance
MeasureVariableTypeConstants_MinimumDistanceMeasure variable type constants Minimum Distance
MeasureVariableTypeConstants_NormalDistanceMeasure variable type constants Normal Distance
ValueType
ValueDescription
MeasureVariableValueConstants_TrueMeasureMeasure variable value type constants True measure
Geom1
Geom2
Geom3
See Also

SimplifiedAssemblyModel Object  | SimplifiedAssemblyModel Members