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
Signature
VB.NET:
RetVal = object.IsCurrentContextDb()
C#:
RetVal = object.IsCurrentContextDb();
- object
-
Type: AcStErrorIterator object
The object this method applies to.
Return Value (RetVal)
Type: Boolean
- False: Current context is not a full drawing database
- True: Current context is a full drawing database
Remarks
No additional remarks.
Release Information
Releases: AutoCAD 2004 and later
- AcStMgr.tlb - AutoCAD 2004 and later
Examples
VB.NET:
Not available
C#:
Not available