UnitConversionOperator.ConvertHeights Property
Gets or sets a flag controlling whether heights (z coordinates) shall be converted.
Syntax
public System.Boolean ConvertHeights { get; set; }
Property Value
Default: false
True if heights shall be converted; otherwise, False.
Remarks
If this flag is True, the operator will convert the heights (z coordinates) of all vector features: points, lines, polygons and meshes. However, the cell values of rasters will not be modified - to convert them, you need to use the RasterConversionOperator.
Platforms
Windows, Linux, Android