Navigation:  C/C++ Scripting Engine > User Interface Functions >

uiEditCopy

Previous pageReturn to chapter overviewNext page

This command creates multiple copies of the selection to new locations.

bar_dot

 

Synopsis

int uiEditCopy( dbSelectionSet* sset, dbPoint* offset )

 

Return Value

Returns 1 if successful, else 0.

 

Parameters

sset - object selection set

offset  -  pointer to a dbPoint class containing the "delta" offset in x and y direction.