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