Interface ISimpleSymbolInlineReference
Represents a simple symbol reference by inline definition
Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface ISimpleSymbolInlineReference : ISimpleSymbolReferenceBase
Properties
| Improve this Doc View SourceSimpleSymbolDefinition
Gets or sets the simple symbol definition.
Declaration
ISimpleSymbolDefinition SimpleSymbolDefinition { get; set; }
Property Value
Type | Description |
---|---|
ISimpleSymbolDefinition | The simple symbol definition. |