SE_transforminfo_set_custom

Fetches a custom transformation into the coordinate transformation object.

Usage syntax

LONG SE_transforminfo_set_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_set_custom sets the custom coordinate transformation system into 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