Interface ISimpleSymbolReferenceBase
Represents a simple symbol reference
Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface ISimpleSymbolReferenceBase
Properties
| Improve this Doc View SourceRenderingPass
Gets or sets the rendering pass.
Declaration
string RenderingPass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The rendering pass. |
Type
Gets the type.
Declaration
SimpleSymbolReferenceType Type { get; }
Property Value
Type | Description |
---|---|
SimpleSymbolReferenceType | The type. |