MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
MgParameterDirection Class Reference

The MgParameterDirection defines integer constants used to signify the direction in which a parameter value will be used within the context of a FDO Command. More...

List of all members.

Static Public Attributes

static const INT32 Input = 0
 Specifies that the parameter is an input parameter.
static const INT32 InputOutput = 2
 Specifies that the parameter is an input and output parameter.
static const INT32 Output = 1
 Specifies that the parameter is an output parameter.
static const INT32 Ret = 3
 Specifies that the parameter is a return parameter.

Detailed Description

The MgParameterDirection defines integer constants used to signify the direction in which a parameter value will be used within the context of a FDO Command.

Since:
2.2