MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

Returns the extended parameters object valid for this transformation definition. See remarks. Depending on the type returned by GetTransformDefType(), this method returns one of the following:

Returns:
Returns the extended parameters (or NULL) object for this transformation object. The caller is responsible for disposing the object being returned. See remarks.
Remarks:
If a caller needs to change the parameters of a transformation, the values have to be changed on the object being returned here and then written back via SetParameters. Setting the values on the parameters object has no affect on this transformation definition.