Share

Database.AbortDxfIn Event

Description

Wraps AcRxEventReactor::abortDxfIn. The event indicates that the drawing database being operated on was modified by a DXF input operation, but that the operation was terminated before completion.

Visual Basic

Public Event AbortDxfIn As EventHandler

C#

public event EventHandler AbortDxfIn;

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?