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
VB.NET:
RetVal = object.WriteResultsToFiler(pFiler)
C#:
RetVal = object.WriteResultsToFiler(pFiler);
Type: AcStErrorIterator object
The object this method applies to.
Access: Input-only
Type: AcStFiler object
The object that represents the XML file which contains the standards report.
Type: Boolean
No additional remarks.
Releases: AutoCAD 2004 and later
VB.NET:
Not available
C#:
Not available