Search Results for

    Show / Hide Table of Contents

    Class ExplodeThemeOptions

    Defines parameter for exploding a theme into filtered layers

    Inheritance
    System.Object
    ExplodeThemeOptions
    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
    Assembly: OSGeo.MapGuide.MaestroAPI.dll
    Syntax
    public class ExplodeThemeOptions

    Properties

    | Improve this Doc View Source

    ActiveStyle

    The active style

    Declaration
    public IVectorStyle ActiveStyle { get; set; }
    Property Value
    Type Description
    IVectorStyle
    | Improve this Doc View Source

    FolderId

    The folder to create the layers in

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

    Layer

    The layer definition

    Declaration
    public ILayerDefinition Layer { get; set; }
    Property Value
    Type Description
    ILayerDefinition
    | Improve this Doc View Source

    LayerNameFormat

    The layer name format string

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

    LayerPrefix

    The layer prefix

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

    Range

    The active scale range

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