MapGuide API Reference
|
MgParameter::MgParameter | ( | MgNullableProperty * | prop, |
INT32 | direction | ||
) |
Constructs an MgParameter object with the specified parameter name, value, and direction.
MgParameter(MgNullableProperty prop, int direction); |
MgParameter(MgNullableProperty prop, int direction); |
MgParameter(MgNullableProperty prop, int direction); |
prop | (MgNullableProperty) An MgNullableProperty instance which contains the name and value of the parameter. |
direction | (int) The function direction of the parameter value. |