verticalUnit property

LinearUnit? verticalUnit

The unit of measure for the vertical coordinate system of this spatial reference.

Is null if SpatialReference.hasVertical is false.

Implementation

LinearUnit? get verticalUnit => _verticalUnit.value;