Navigation:  C/C++ Scripting Engine > Database Functions >

dbCopyToJob

Previous pageReturn to chapter overviewNext page

This function creates a copy of this object in the specified cell. The new object is moved from the location of the original by the specified transform.

bar_dot

 

Synopsis

void dbCopyCV        ( dbObject obj, float xOffset, float yOffset, int orient, dbObject job )

 

Return Value

None.

 

Parameters

obj  -  Database object

xOffset  - copy in X direction.

yOffset  - copy in Y direction.

orient - the orientation value to use (default: dbcR0).  For more information on the orient values see: Orientation Values

job - job to output objects.