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

uiEditMove

Previous pageReturn to chapter overviewNext page

This command moves a selection to a new location.

bar_dot

 

Synopsis

int uiEditMove( 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.