Search Results for

    Show / Hide Table of Contents

    Interface ISymbolInstance2

    Version 2 of symbol instance that supports rendering passes and specific contexts. Applies to v1.2.0 of the Layer Definition schema

    Inherited Members
    ISymbolInstance.Reference
    ISymbolInstance.ParameterOverrides
    ISymbolInstance.ScaleX
    ISymbolInstance.ScaleY
    ISymbolInstance.InsertionOffsetX
    ISymbolInstance.InsertionOffsetY
    ISymbolInstance.SizeContext
    ISymbolInstance.DrawLast
    ISymbolInstance.CheckExclusionRegion
    ISymbolInstance.AddToExclusionRegion
    ISymbolInstance.PositioningAlgorithm
    Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface ISymbolInstance2 : ISymbolInstance

    Properties

    | Improve this Doc View Source

    GeometryContext

    Gets or sets the geometry context.

    Declaration
    GeometryContextType GeometryContext { get; set; }
    Property Value
    Type Description
    GeometryContextType

    The geometry context.

    | Improve this Doc View Source

    RenderingPass

    Gets or sets the rendering pass.

    Declaration
    string RenderingPass { get; set; }
    Property Value
    Type Description
    System.String

    The rendering pass.

    | Improve this Doc View Source

    UsageContext

    Gets or sets the usage context.

    Declaration
    UsageContextType UsageContext { get; set; }
    Property Value
    Type Description
    UsageContextType

    The usage context.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng