Interface ISymbolLibrary
A DWF-based symbol library
Inherited Members
System.ICloneable.Clone()
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.SymbolLibrary
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface ISymbolLibrary : IResource, IVersionedEntity, ICloneable, INotifyPropertyChanged
Properties
| Improve this Doc View SourceDescription
Gets or sets the description.
Declaration
string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The description. |
Symbol
Gets the symbol references
Declaration
IEnumerable<ISymbol> Symbol { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ISymbol> | The symbol references. |