Autodesk.AutoCAD.DatabaseServices Namespace > Entity Class > Entity Methods > Draw Method
Entity.Draw Method
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.

Visual Basic
Public Function Draw() As void
C#
public void Draw();
Links
   Comments?