Share

DBObject.IsModifiedXData Property

Description

Returns true if the object has had an AssertWriteEnabled() called since it was opened (which would indicate that a member function that can change its data was called) and has then had its SetXData() method called.

Visual Basic

Public Property IsModifiedXData() As bool

C#

public bool IsModifiedXData;

Conditions

Read-only

Links

DBObject Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?