Solid Edge Assembly Type Library
AddMeasureVariable Method
A member of the MeasureVariableTypeConstants constant set that specifies the measure variable type.
A member of the MeasureVariableValueConstants constant set that specifies the measure variable value.
Specifies the first geometric element that defines the measurement.
Specifies the second geometric element that defines the measurement.
Specifies the third geometric element that defines the measurement (if necessary).
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
A member of the MeasureVariableTypeConstants constant set that specifies the measure variable type.
ValueType
ValueDescription
MeasureVariableValueConstants_TrueMeasureMeasure variable value type constants True measure
A member of the MeasureVariableValueConstants constant set that specifies the measure variable value.
Geom1
Specifies the first geometric element that defines the measurement.
Geom2
Specifies the second geometric element that defines the measurement.
Geom3
Specifies the third geometric element that defines the measurement (if necessary).
See Also

AssemblyDocument Object  | AssemblyDocument Members