Search Results for

    Show / Hide Table of Contents

    Interface IElevationSettings

    Represents elevation settings

    Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IElevationSettings

    Properties

    | Improve this Doc View Source

    Unit

    Gets or sets the unit.

    Declaration
    LengthUnitType Unit { get; set; }
    Property Value
    Type Description
    LengthUnitType

    The unit.

    | Improve this Doc View Source

    ZExtrusion

    Gets or sets the Z extrusion.

    Declaration
    string ZExtrusion { get; set; }
    Property Value
    Type Description
    System.String

    The Z extrusion.

    | Improve this Doc View Source

    ZOffset

    Gets or sets the Z offset.

    Declaration
    string ZOffset { get; set; }
    Property Value
    Type Description
    System.String

    The Z offset.

    | Improve this Doc View Source

    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.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng