Interface ICompositeTypeStyle
Represents a composite style definition
Inherited Members
Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface ICompositeTypeStyle : IVectorStyle, IRuleCollection<ICompositeRule>, IRuleCollection
Properties
| Improve this Doc View SourceCompositeRule
Gets the composite rules.
Declaration
IEnumerable<ICompositeRule> CompositeRule { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ICompositeRule> | The composite rules. |
DisplayString
Gets a display string for data-binding purposes
Declaration
string DisplayString { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceAddCompositeRule(ICompositeRule)
Adds the composite rule.
Declaration
void AddCompositeRule(ICompositeRule compRule)
Parameters
Type | Name | Description |
---|---|---|
ICompositeRule | compRule | The comp rule. |
RemoveCompositeRule(ICompositeRule)
Removes the composite rule.
Declaration
void RemoveCompositeRule(ICompositeRule compRule)
Parameters
Type | Name | Description |
---|---|---|
ICompositeRule | compRule | The comp rule. |