Search Results for

    Show / Hide Table of Contents

    Interface ISymbolInstance

    Represents a symbol instance used for advanced cartographic stylization

    Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface ISymbolInstance

    Properties

    | Improve this Doc View Source

    AddToExclusionRegion

    Gets or sets whether to add this instance to the exclusion region

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

    CheckExclusionRegion

    Gets or sets whether to check the exclusion region

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

    DrawLast

    Gets or sets whether to draw this instance last

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

    InsertionOffsetX

    Gets or sets the X insertion offset

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

    InsertionOffsetY

    Gets or sets the Y insertion offset

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

    ParameterOverrides

    Gets the parameter overrides for this symbol

    Declaration
    IParameterOverrideCollection ParameterOverrides { get; }
    Property Value
    Type Description
    IParameterOverrideCollection
    | Improve this Doc View Source

    PositioningAlgorithm

    Gets or sets the position algorithm

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

    Reference

    Gets or sets the symbol reference

    Declaration
    ISymbolInstanceReference Reference { get; set; }
    Property Value
    Type Description
    ISymbolInstanceReference
    | Improve this Doc View Source

    ScaleX

    Gets or sets the X scale

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

    ScaleY

    Gets or sets the Y scale

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

    SizeContext

    Gets or sets the size context

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