Share

Database.BeginDxfIn Event

Description

Wraps AcRxEventReactor::beginDxfIn. The event indicates that the drawing database being operated on is about to be altered by a DXF input operation.

Visual Basic

Public Event BeginDxfIn As EventHandler

C#

public event EventHandler BeginDxfIn;

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?