MapGuide API 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...
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. |
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.