Saves the CAD standards report to an XML file.
For internal use only.
Supported platforms: Windows only
Namespace: AcStMgr
Assembly: AcStMgr.tlb
VB.NET:
RetVal = object.SaveAs(fileName)
C#:
RetVal = object.SaveAs(fileName);
Type: AcStFiler object
The object this method applies to.
Access: Input-only
Type: String
The file name of the XML file to create or overwrite.
Type: Boolean
No additional remarks.
Releases: AutoCAD 2004 and later
VB.NET:
Not available
C#:
Not available