Interface ISymbolInstance2
Version 2 of symbol instance that supports rendering passes and specific contexts. Applies to v1.2.0 of the Layer Definition schema
Inherited Members
Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface ISymbolInstance2 : ISymbolInstance
Properties
| Improve this Doc View SourceGeometryContext
Gets or sets the geometry context.
Declaration
GeometryContextType GeometryContext { get; set; }
Property Value
Type | Description |
---|---|
GeometryContextType | The geometry context. |
RenderingPass
Gets or sets the rendering pass.
Declaration
string RenderingPass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The rendering pass. |
UsageContext
Gets or sets the usage context.
Declaration
UsageContextType UsageContext { get; set; }
Property Value
Type | Description |
---|---|
UsageContextType | The usage context. |