WriteResultsToFiler Method (ActiveX/CSP)

Writes the current content of the error iterator and audit results to the filer.

For internal use only.

Supported platforms: Windows only

Namespace: AcStMgr

Assembly: AcStMgr.tlb

Signature

VB.NET:

RetVal = object.WriteResultsToFiler(pFiler)

C#:

RetVal = object.WriteResultsToFiler(pFiler);
object

Type: AcStErrorIterator object

The object this method applies to.

pFiler

Access: Input-only

Type: AcStFiler object

The object that represents the XML file which contains the standards report.

Return Value (RetVal)

Type: Boolean

Remarks

No additional remarks.

Release Information

Releases: AutoCAD 2004 and later

Examples

VB.NET:

Not available

C#:

Not available