Share

DBObject.IsModified 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).

Visual Basic

Public Property IsModified() As bool

C#

public bool IsModified;

Conditions

Read-only

Links

DBObject Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?