ade_projentityforward

Land Desktop Development ARX CPP SDK

Up a level
ade_projentityforward
 
 

Transforms an entity from the source coordinate system to the destination coordinate system.

int

ade_projentityforward(

ads_name ent);

Returns RTNORM if successful.
Returns RTERROR if failed.
Returns ADEMEMERROR if memory allocation failed.
Returns ADEINVERROR if acedInvoke() failed.

ent Input entity to be transformed.
The source and destination coordinate systems must be set previously by the ade_projsetsrc() and ade_projsetdest() functions.