Search Results for

    Show / Hide Table of Contents

    Interface IScaleRangeInfo

    Represents a scale range of a layer

    Namespace: OSGeo.MapGuide.ObjectModels.RuntimeMap
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IScaleRangeInfo

    Properties

    | Improve this Doc View Source

    FeatureStyle

    Gets the feature styles for this scale range

    Declaration
    IFeatureStyleInfoCollection FeatureStyle { get; }
    Property Value
    Type Description
    IFeatureStyleInfoCollection
    | Improve this Doc View Source

    MaxScale

    Gets the maximum scale this scale range is applicable for

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

    MinScale

    Gets the minimum scale this scale range is applicable for

    Declaration
    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