ContextCount Method (ActiveX/CSP)

Gets the count of cached contexts.

For internal use only.

Supported platforms: Windows only

Namespace: AcStMgr

Assembly: AcStMgr.tlb

Signature

VB.NET:

RetVal = object.ContextCount()

C#:

RetVal = object.ContextCount();
object

Type: AcStErrorIterator object

The object this method applies to.

Return Value (RetVal)

Type: Long

The number of cached context.

Remarks

No additional remarks.

Release Information

Releases: AutoCAD 2004 and later

Examples

VB.NET:

Not available

C#:

Not available