Search Results for

    Show / Hide Table of Contents

    Interface IRuntimeLayerInfo

    Represents a layer of the runtime map

    Inherited Members
    IRuntimeMapLegendElement.Name
    IRuntimeMapLegendElement.LegendLabel
    IRuntimeMapLegendElement.ObjectID
    IRuntimeMapLegendElement.ParentID
    IRuntimeMapLegendElement.DisplayInLegend
    IRuntimeMapLegendElement.ExpandInLegend
    IRuntimeMapLegendElement.Visible
    IRuntimeMapLegendElement.ActuallyVisible
    Namespace: OSGeo.MapGuide.ObjectModels.RuntimeMap
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IRuntimeLayerInfo : IRuntimeMapLegendElement

    Properties

    | Improve this Doc View Source

    FeatureSource

    Gets feature source information of the layer

    Declaration
    IFeatureSourceInfo FeatureSource { get; }
    Property Value
    Type Description
    IFeatureSourceInfo
    | Improve this Doc View Source

    LayerDefinition

    Gets the Layer Definition ID

    Declaration
    string LayerDefinition { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    LayerType

    Gets the type of layer

    Declaration
    int LayerType { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    ScaleRanges

    Gets information about the scale ranges in the layer

    Declaration
    IScaleRangeInfoCollection ScaleRanges { get; }
    Property Value
    Type Description
    IScaleRangeInfoCollection
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng