Search Results for

    Show / Hide Table of Contents

    Interface IParameterOverrideCollection

    A collection of parameter overrides

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

    Properties

    | Improve this Doc View Source

    Count

    Gets the number of parameter overrides

    Declaration
    int Count { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Item[Int32]

    Gets the parameter override at the specified index

    Declaration
    IParameterOverride this[int index] { get; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type Description
    IParameterOverride
    | Improve this Doc View Source

    Override

    Gets the parameter overrides.

    Declaration
    IEnumerable<IParameterOverride> Override { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IParameterOverride>

    The parameter overrides.

    Methods

    | Improve this Doc View Source

    AddOverride(IParameterOverride)

    Adds the parameter override.

    Declaration
    void AddOverride(IParameterOverride ov)
    Parameters
    Type Name Description
    IParameterOverride ov

    The parameter override

    | Improve this Doc View Source

    CreateParameterOverride(String, String)

    Creates a parameter override

    Declaration
    IParameterOverride CreateParameterOverride(string symbol, string name)
    Parameters
    Type Name Description
    System.String symbol

    The symbol name

    System.String name

    The name of the parameter to override

    Returns
    Type Description
    IParameterOverride
    | Improve this Doc View Source

    RemoveOverride(IParameterOverride)

    Removes the parameter override.

    Declaration
    void RemoveOverride(IParameterOverride ov)
    Parameters
    Type Name Description
    IParameterOverride ov

    The parameter override

    Extension Methods

    ExtensionMethods.AddOverride(IParameterOverrideCollection, String, String, String)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng