MeasurementAnnotationType
Representation types for measurement annotations. Selects what text the annotation label displays for a measurement. Available values: - Name: Display the measurement name only. - Value: Display the computed measurement value only. - NameAndValue: Display both the name and the computed value. - Position: Display the position (coordinates) only. - NameAndPosition: Display both the name and the position. - NotAny: Display no annotation text.
Import
import ScriptingApi as api
# Access the class
# MeasurementAnnotationType is available via api.MeasurementAnnotationType
Enumeration Values
Enumeration Type from MeasurementAnnotationType
| Value | Description |
|---|---|
MeasurementAnnotationType.Name | Name option |
MeasurementAnnotationType.Value | Value option |
MeasurementAnnotationType.NameAndValue | NameAndValue option |
MeasurementAnnotationType.Position | Position option |
MeasurementAnnotationType.NameAndPosition | NameAndPosition option |
MeasurementAnnotationType.NotAny | NotAny option |
Usage Example
import ScriptingApi as api
# Access enumeration values
value = api.MeasurementAnnotationType.Name