Search Results for

    Show / Hide Table of Contents

    Interface IRuleCollection

    Defines a collection of style rules

    Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IRuleCollection

    Methods

    | Improve this Doc View Source

    GetRuleAt(Int32)

    Gets the rule at the specified index

    Declaration
    IVectorRule GetRuleAt(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    IVectorRule
    | Improve this Doc View Source

    IndexOfRule(IVectorRule)

    Gets the index of the specified rule

    Declaration
    int IndexOfRule(IVectorRule rule)
    Parameters
    Type Name Description
    IVectorRule rule

    The rule.

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

    MoveDown(IVectorRule)

    Moves the specified rule down the list

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

    The rule.

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

    MoveUp(IVectorRule)

    Moves the specified rule up the list

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

    The rule.

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