Readonly
areaLocale specific representation of the area including the unit.
Available if the mode is set to area
.
Readonly
distanceLocale specific representation of the length including the unit.
Available if the mode is set to distance
.
Readonly
geometryThe 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.
Readonly
modeMeasurement mode.
Readonly
perimeterLocale specific representation of the perimeter including the unit.
Available if the mode is set to area
.
Readonly
rawArea always in square meter.
Available if the mode is set to area
.
Readonly
rawDistance always in meters.
Available if the mode is set to distance
.
Readonly
rawPerimeter always in meters.
Available if the mode is set to area
.
Readonly
stateMeasurement state.
Readonly
unitMeasurement 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.