Interface ISymbol
A reference in a DWF symbol library
Namespace: OSGeo.MapGuide.ObjectModels.SymbolLibrary
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface ISymbol
Properties
| Improve this Doc View SourceName
Gets or sets the name.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Resource
Gets or sets the resource.
Declaration
string Resource { get; set; }
Property Value
Type | Description |
---|---|
System.String | The resource. |