Share
 
 

ShowIgnored Property (ActiveX/CSP)

Specifies the ignored status of an error.

For internal use only.

Supported platforms: Windows only

Namespace: AcStMgr

Assembly: AcStMgr.tlb

Signature

VB.NET:

object.ShowIgnored

C#:

object.ShowIgnored;
object

Type: AcStErrorIterator object

The object this property applies to.

Property Value

Read-only: No

Type: Boolean

The ignore status of an error.

  • False (0) - Error was ignored.
  • True (1) - Error was not ignored.

Remarks

This property is for internal use only.

Release Information

Releases: AutoCAD 2004 and later

  • AcStMgr.tlb - AutoCAD 2004 and later

Examples

VB.NET:

Not available

C#:

Not available

Was this information helpful?