Search Results for

    Show / Hide Table of Contents

    Interface ISymbolReference

    Represents a reference to a symbol library item image

    Inherited Members
    IBaseImageSymbol.Type
    ICloneableLayerElement<ISymbolReference>.Clone()
    Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface ISymbolReference : IBaseImageSymbol, ICloneableLayerElement<ISymbolReference>

    Properties

    | Improve this Doc View Source

    LibraryItemName

    Gets or sets the name of the library item.

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

    The name of the library item.

    | Improve this Doc View Source

    ResourceId

    Gets or sets the resource id.

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

    The resource id.

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