SE_transforminfo_duplicate |
Duplicates a coordinate transformation object
LONG SE_transforminfo_duplicate (const SE_TRANSFORMINFO src_xform, SE_TRANSFORMINFO tgt_xform);
src_xform | The source coordinate transformation object to be duplicated |
tgt_xform | The target coordinate transformation object |
SE_transforminfo_duplicate copies a coordinate transformation object. The target object must be initialize with a call to SE_transforminfo_create.
SE_SUCCESS
SE_INVALID_TRANSFORMINFO_OBJECT
SE_SDE_NOT_STARTED