Share

DrawJig Class

Description

This class lets the developer create a Jig-based object that can be used to draw graphics and get user input independently of a custom entity. See EntityJig for a Jig object that works with custom entities.

Class Hierarchy

Autodesk.AutoCAD.EditorInput.Jig
    Autodesk.AutoCAD.EditorInput.DrawJig

Visual Basic

Public abstract Class DrawJig
Inherits Jig

C#

public abstract class DrawJig : Jig;

Was this information helpful?