Interface IElevationSettings
Represents elevation settings
Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IElevationSettings
Properties
| Improve this Doc View SourceUnit
Gets or sets the unit.
Declaration
LengthUnitType Unit { get; set; }
Property Value
Type | Description |
---|---|
LengthUnitType | The unit. |
ZExtrusion
Gets or sets the Z extrusion.
Declaration
string ZExtrusion { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Z extrusion. |
ZOffset
Gets or sets the Z offset.
Declaration
string ZOffset { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Z offset. |
ZOffsetType
Gets or sets the type of the Z offset.
Declaration
ElevationTypeType ZOffsetType { get; set; }
Property Value
Type | Description |
---|---|
ElevationTypeType | The type of the Z offset. |