MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

Sets the extended parameters for this transformation.

Parameters:
parametersThe parameters to set for this transformation. The object passed in, has to be of the same type as it has been returned by GetParameters. Otherwise, an exception will be thrown. This parameter must not be NULL. Creating a transformation that is supposed to do nothing except for allowing to switch from one datum to another (that is considered to be equal), requires to create standalone transformation of type NullX.
Remarks:
The instance passed in has to be disposed by the caller, i.e. this transformation object will not take ownership of it.