SE_transforminfo_get_custom

Fetches a custom transformation from the coordinate transformation object

Usage syntax

LONG SE_transforminfo_get_custom (const SE_TRANSFORMINFO transform, LONG *type, LONG *length, void **data);

Parameters
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
Description

SE_transforminfo_get_custom fetches the custom coordinate transformation system from the coordinate transformation object. The coordinate transformation object’s transformation type must be SE_TRANSFORM_CUSTOM.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_SDE_NOT_STARTED

SE_INVALID_TRANSFORMINFO_OBJECT