MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
MgParameter::MgParameter ( MgNullableProperty prop,
INT32  direction 
)

Constructs an MgParameter object with the specified parameter name, value, and direction.

.NET Syntax
MgParameter(MgNullableProperty prop, int direction);
Java Syntax
MgParameter(MgNullableProperty prop, int direction);
PHP Syntax
MgParameter(MgNullableProperty prop, int direction);
Parameters:
prop(MgNullableProperty) An MgNullableProperty instance which contains the name and value of the parameter.
direction(int) The function direction of the parameter value.