Adds a Rectangle to the active cell.
![]()
Synopsis
int uiAddRectangle( 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 rectangle
height - height of rectangle