verticalUnit property
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;
The unit of measure for the vertical coordinate system of this spatial reference.
Is null if SpatialReference.hasVertical is false.
LinearUnit? get verticalUnit => _verticalUnit.value;