Search Results for

    Show / Hide Table of Contents

    Interface IAreaVectorStyle

    Style specification for a area geometry layer

    Inherited Members
    IVectorStyle.StyleType
    IVectorStyle.RuleCount
    IRuleCollection<IAreaRule>.IndexOfRule(IAreaRule)
    IRuleCollection<IAreaRule>.GetRuleAt(Int32)
    IRuleCollection<IAreaRule>.MoveUp(IAreaRule)
    IRuleCollection<IAreaRule>.MoveDown(IAreaRule)
    IRuleCollection.IndexOfRule(IVectorRule)
    IRuleCollection.MoveUp(IVectorRule)
    IRuleCollection.MoveDown(IVectorRule)
    Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IAreaVectorStyle : IVectorStyle, IRuleCollection<IAreaRule>, IRuleCollection

    Properties

    | Improve this Doc View Source

    Rules

    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 Source

    AddRule(IAreaRule)

    Adds a rule to this specification

    Declaration
    void AddRule(IAreaRule rule)
    Parameters
    Type Name Description
    IAreaRule rule
    | Improve this Doc View Source

    RemoveAllRules()

    Removes all rules.

    Declaration
    void RemoveAllRules()
    | Improve this Doc View Source

    RemoveRule(IAreaRule)

    Removes a rule from this specification

    Declaration
    void RemoveRule(IAreaRule rule)
    Parameters
    Type Name Description
    IAreaRule rule
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng