Search Results for

    Show / Hide Table of Contents

    Interface IDrawingLayerDefinition

    Represents a layer definition based on a DWF-based drawing source

    Inherited Members
    ISubLayerDefinition.LayerType
    ISubLayerDefinition.ResourceId
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IDrawingLayerDefinition : ISubLayerDefinition, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    LayerFilter

    Gets or sets the layers to show from the specified sheet. Shows all layers if this is not specified

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

    MaxScale

    Gets or sets the zoomed out part of the scale range. Defaults to the application's maximum value if not specified. Exclusive

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

    MinScale

    Gets or sets the zoomed in part of the scale range. Defaults to 0 if not specified. Inclusive

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

    Sheet

    Gets or sets the sheet of the DWF to user

    Declaration
    string Sheet { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng