Indicates whether the current checking context is on a full drawing database.
For internal use only.
Supported platforms: Windows only
Namespace: AcStMgr
Assembly: AcStMgr.tlb
VB.NET:
RetVal = object.IsCurrentContextDb()
C#:
RetVal = object.IsCurrentContextDb();
Type: AcStErrorIterator object
The object this method applies to.
Type: Boolean
No additional remarks.
Releases: AutoCAD 2004 and later
VB.NET:
Not available
C#:
Not available