Share

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

Entity Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?