Share

DBObject.IsReallyClosing Property

Description

Returns true if calling Close() at this time would really close the object completely. For example, if the object is not in a transaction, and is open for read with only one reader, then true would be returned.

Visual Basic

Public Property IsReallyClosing() As bool

C#

public bool IsReallyClosing;

Conditions

Read-only

Links

DBObject Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?