ElevationOperator.KeepObjectShape Property
Gets or sets a flag indicating if features should keep their shape, or if each point is elevated separately.
Syntax
public System.Boolean KeepObjectShape { get; set; }
Property Value
Default: false
True if all points in a feature is elevated with the same amount; False if each point is elevated separately.
Remarks
If this property is True, the center point of each feature is used to lookup an elevation value. This elevation is then applied to all points of the feature. Use it to avoid sloping floors on houses etc.
Platforms
Windows, Linux, Android