Interface ISymbolInstance
Represents a symbol instance used for advanced cartographic stylization
Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface ISymbolInstance
Properties
| Improve this Doc View SourceAddToExclusionRegion
Gets or sets whether to add this instance to the exclusion region
Declaration
string AddToExclusionRegion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CheckExclusionRegion
Gets or sets whether to check the exclusion region
Declaration
string CheckExclusionRegion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DrawLast
Gets or sets whether to draw this instance last
Declaration
string DrawLast { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InsertionOffsetX
Gets or sets the X insertion offset
Declaration
string InsertionOffsetX { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InsertionOffsetY
Gets or sets the Y insertion offset
Declaration
string InsertionOffsetY { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ParameterOverrides
Gets the parameter overrides for this symbol
Declaration
IParameterOverrideCollection ParameterOverrides { get; }
Property Value
Type | Description |
---|---|
IParameterOverrideCollection |
PositioningAlgorithm
Gets or sets the position algorithm
Declaration
string PositioningAlgorithm { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Reference
Gets or sets the symbol reference
Declaration
ISymbolInstanceReference Reference { get; set; }
Property Value
Type | Description |
---|---|
ISymbolInstanceReference |
ScaleX
Gets or sets the X scale
Declaration
string ScaleX { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ScaleY
Gets or sets the Y scale
Declaration
string ScaleY { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SizeContext
Gets or sets the size context
Declaration
SizeContextType SizeContext { get; set; }
Property Value
Type | Description |
---|---|
SizeContextType |