Search Results for

    Show / Hide Table of Contents

    Interface IFdoFunctionDefintionSignature

    Describes an FDO function signature

    Namespace: OSGeo.MapGuide.ObjectModels.Capabilities
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IFdoFunctionDefintionSignature

    Properties

    | Improve this Doc View Source

    Arguments

    The array of arguments in this function signature

    Declaration
    IFdoFunctionArgumentDefinition[] Arguments { get; }
    Property Value
    Type Description
    IFdoFunctionArgumentDefinition[]
    | Improve this Doc View Source

    ReturnType

    Gets the return type of this signature

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