C++
Acad::ErrorStatus draw();
Description
This function queues up the entity's graphics and flushes the graphics queue, forcing the entity and anything else in the queue to be drawn or re-drawn on-screen.
Returns Acad::eOk if successful.
If the entity is not in a database, then Acad::eNotInDatabase will be returned.
If the entity is in a database other than the one currently loaded into the AutoCAD editor, then Acad::eNotCurrentDatabase will be returned.