Interface ISymbolReference
Represents a reference to a symbol library item image
Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface ISymbolReference : IBaseImageSymbol, ICloneableLayerElement<ISymbolReference>
Properties
| Improve this Doc View SourceLibraryItemName
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. |
ResourceId
Gets or sets the resource id.
Declaration
string ResourceId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The resource id. |