SE_transforminfo_get_custom |
Fetches a custom transformation from the coordinate transformation object
LONG SE_transforminfo_get_custom (const SE_TRANSFORMINFO transform, LONG *type, LONG *length, void **data);
transform | The coordinate transformation object |
type | The transformation type that distinguishes this custom coordinate transformation from all of your other custom coordinate transformations |
length | The number of custom coordinate transformation elements |
data | The custom coordinate transformation data array |
SE_transforminfo_get_custom fetches the custom coordinate transformation system from the coordinate transformation object. The coordinate transformation objects transformation type must be SE_TRANSFORM_CUSTOM.
SE_SUCCESS
SE_INVALID_POINTER
SE_SDE_NOT_STARTED
SE_INVALID_TRANSFORMINFO_OBJECT