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

uiAddCircle

Previous pageReturn to chapter overviewNext page

Add a Circle by defining its center point and radius.

bar_dot

 

Synopsis

int uiAddCircle( int nLayer, int nPurpose, dbPoint* cen, float radius )

 

Return Value

Returns 1 if successful, else 0.

 

Parameters

nLayer  -   Layer number to assign

nPurpose  -  Purpose number to assign

cen  - center point

radius - radius of circle