Search Results for

    Show / Hide Table of Contents

    Interface IParameterDefinition

    Represents a set of parameter definitions

    Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IParameterDefinition

    Properties

    | Improve this Doc View Source

    Parameter

    Gets the parameters in this collection

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

    The parameters.

    Methods

    | Improve this Doc View Source

    AddParameter(IParameter)

    Adds a parameter to this collection

    Declaration
    void AddParameter(IParameter param)
    Parameters
    Type Name Description
    IParameter param

    The parameter.

    | Improve this Doc View Source

    RemoveParameter(IParameter)

    Removes the given parameter from this collection

    Declaration
    void RemoveParameter(IParameter param)
    Parameters
    Type Name Description
    IParameter param

    The parameter.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng