ObjectIdListIsEmpty Method (ActiveX/CSP)

Determines whether the internal object ID list is empty.

For internal use only.

Supported platforms: Windows only

Namespace: AcStMgr

Assembly: AcStMgr.tlb

Signature

VB.NET:

RetVal = object.ObjectIdListIsEmpty()

C#:

RetVal = object.ObjectIdListIsEmpty();
object

Type: AcStErrorIterator object

The object this method applies to.

Return Value (RetVal)

Type: Boolean

Remarks

No additional remarks.

Release Information

Releases: AutoCAD 2004 and later

Examples

VB.NET:

Not available

C#:

Not available