ReadonlyareaLocale specific representation of the area including the unit.
Available if the mode is set to area.
ReadonlydistanceLocale specific representation of the length including the unit.
Available if the mode is set to distance.
ReadonlygeometryThe measurement geometry.
Available if the mode is set to area or distance.
If mode is area, the geometry is a polygon.
If mode is distance, the geometry is a polyline.
ReadonlymodeMeasurement mode.
ReadonlyperimeterLocale specific representation of the perimeter including the unit.
Available if the mode is set to area.
ReadonlyrawArea always in square meter.
Available if the mode is set to area.
ReadonlyrawDistance always in meters.
Available if the mode is set to distance.
ReadonlyrawPerimeter always in meters.
Available if the mode is set to area.
ReadonlystateMeasurement state.
ReadonlyunitMeasurement unit is either unit system (metric, imperial) or a specific unit.
Available if the mode is set to area or distance.
A model, providing access to the current measurement state. It is available as service
measurement-2d.Model.See Measurement2DModelProperties for documentation of class members.