Share

Database.XrefEditEnabled Property

Description

Accesses the database's XEDIT value. A return value of true is the same as an XEDIT value of 1.

See the system variables documentation in the AutoCAD Command Reference for information on XEDIT.

Visual Basic

Public Property XrefEditEnabled() As bool

C#

public bool XrefEditEnabled;

Conditions

Read / Write

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?