SE_transforminfo_duplicate

Duplicates a coordinate transformation object

Usage syntax

LONG SE_transforminfo_duplicate (const SE_TRANSFORMINFO src_xform, SE_TRANSFORMINFO tgt_xform);

Parameters
src_xform The source coordinate transformation object to be duplicated
tgt_xform The target coordinate transformation object
Description

SE_transforminfo_duplicate copies a coordinate transformation object. The target object must be initialize with a call to SE_transforminfo_create.

Returns

SE_SUCCESS
SE_INVALID_TRANSFORMINFO_OBJECT

SE_SDE_NOT_STARTED