Search Results for

    Show / Hide Table of Contents

    Interface IRuleCollection<TRule>

    Defines a collection of style rules

    Inherited Members
    IRuleCollection.IndexOfRule(IVectorRule)
    IRuleCollection.MoveUp(IVectorRule)
    IRuleCollection.MoveDown(IVectorRule)
    Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IRuleCollection<TRule> : IRuleCollection
    Type Parameters
    Name Description
    TRule

    The type of the rule.

    Methods

    | Improve this Doc View Source

    GetRuleAt(Int32)

    Gets the rule at the specified index

    Declaration
    TRule GetRuleAt(int index)
    Parameters
    Type Name Description
    System.Int32 index

    The index.

    Returns
    Type Description
    TRule
    | Improve this Doc View Source

    IndexOfRule(TRule)

    Gets the index of the specified rule

    Declaration
    int IndexOfRule(TRule rule)
    Parameters
    Type Name Description
    TRule rule
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    MoveDown(TRule)

    Moves the specified rule down the list

    Declaration
    bool MoveDown(TRule rule)
    Parameters
    Type Name Description
    TRule rule

    The rule.

    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    MoveUp(TRule)

    Moves the specified rule up the list

    Declaration
    bool MoveUp(TRule rule)
    Parameters
    Type Name Description
    TRule rule

    The rule.

    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng