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

uiAddEllipse

Previous pageReturn to chapter overviewNext page

Adds an Ellipse to the active cell.

bar_dot

 

Synopsis

int uiAddEllipse( int nLayer, int nPurpose, dbPoint* cen, float width, float height )

 

Return Value

Returns 1 if successful, else 0.

 

Parameters

nLayer  -   Layer number to assign

nPurpose  -  Purpose number to assign

cen  - center point

width - width of ellipse

height - height of ellipse