Programmer's Guide > Interfaces > TableTilePlex interface > addRectangle method
  
addRectangle method
Adds a rectangle to the tileplex. It will be consolidated with an existing rectangle if possible.
addRectangle(theRectangle )
Parameters
TableRectangletheRectangle
The rectangle to be added to the tileplex.
Returns
void
Throws
TableException
INVALID_PARAMETER_ERR: Raised if the rectangle can not be added to the tileplex because it is inconsistent with the existing contents of the tileplex.