Interface IAreaVectorStyle
Style specification for a area geometry layer
Inherited Members
Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IAreaVectorStyle : IVectorStyle, IRuleCollection<IAreaRule>, IRuleCollection
Properties
| Improve this Doc View SourceRules
Enumerates the rules in this specification
Declaration
IEnumerable<IAreaRule> Rules { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IAreaRule> |
Methods
| Improve this Doc View SourceAddRule(IAreaRule)
Adds a rule to this specification
Declaration
void AddRule(IAreaRule rule)
Parameters
Type | Name | Description |
---|---|---|
IAreaRule | rule |
RemoveAllRules()
Removes all rules.
Declaration
void RemoveAllRules()
RemoveRule(IAreaRule)
Removes a rule from this specification
Declaration
void RemoveRule(IAreaRule rule)
Parameters
Type | Name | Description |
---|---|---|
IAreaRule | rule |