Search Results for

    Show / Hide Table of Contents

    Class RuntimeMapLayer.ScaleRange

    Represents a scale range

    Inheritance
    System.Object
    RuntimeMapLayer.ScaleRange
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: OSGeo.MapGuide.MaestroAPI.Mapping
    Assembly: OSGeo.MapGuide.MaestroAPI.dll
    Syntax
    public class ScaleRange

    Properties

    | Improve this Doc View Source

    MaxScale

    Gets the max scale.

    Declaration
    public double MaxScale { get; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    MinScale

    Gets the min scale.

    Declaration
    public double MinScale { get; }
    Property Value
    Type Description
    System.Double
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng