Search Results for

    Show / Hide Table of Contents

    Interface ILineVectorStyle

    Style specification for a line geometry layer

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

    Properties

    | Improve this Doc View Source

    Rules

    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 Source

    AddRule(ILineRule)

    Adds a rule to this specification

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

    RemoveAllRules()

    Removes all current rules

    Declaration
    void RemoveAllRules()
    | Improve this Doc View Source

    RemoveRule(ILineRule)

    Removes a rule from this specification

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