Search Results for

    Show / Hide Table of Contents

    Interface IParameterOverride

    Represents a parameter override

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

    Properties

    | Improve this Doc View Source

    ParameterIdentifier

    Gets or sets the identifier of the parameter being overridden

    Declaration
    string ParameterIdentifier { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ParameterValue

    Gets or sets the override value for the parameter

    Declaration
    string ParameterValue { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    SymbolName

    Gets or sets the name of the symbol definition containing that parameter being overridden

    Declaration
    string SymbolName { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng