Search Results for

    Show / Hide Table of Contents

    Interface IBlockSymbol

    Represents a block symbol

    Inherited Members
    ISymbol.Type
    ISymbol.Unit
    ISymbol.SizeContext
    ISymbol.SizeX
    ISymbol.SizeY
    ISymbol.Rotation
    ISymbol.MaintainAspect
    ISymbol.InsertionPointX
    ISymbol.InsertionPointY
    ICloneableLayerElement<IBlockSymbol>.Clone()
    Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IBlockSymbol : ISymbol, ICloneableLayerElement<IBlockSymbol>

    Properties

    | Improve this Doc View Source

    BlockColor

    Gets or sets the color of the block

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

    BlockName

    Gets or sets the name of the block

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

    DrawingName

    Gets or sets the name of the drawing

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

    LayerColor

    Gets or sets the color of the layer

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

    Extension Methods

    ExtensionMethods.SetBlockColor(IBlockSymbol, Color)
    ExtensionMethods.SetLayerColor(IBlockSymbol, Color)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng