SaveAs Method (ActiveX/CSP)

Saves the CAD standards report to an XML file.

For internal use only.

Supported platforms: Windows only

Namespace: AcStMgr

Assembly: AcStMgr.tlb

Signature

VB.NET:

RetVal = object.SaveAs(fileName)

C#:

RetVal = object.SaveAs(fileName);
object

Type: AcStFiler object

The object this method applies to.

fileName

Access: Input-only

Type: String

The file name of the XML file to create or overwrite.

Return Value (RetVal)

Type: Boolean

Remarks

No additional remarks.

Release Information

Releases: AutoCAD 2004 and later

Examples

VB.NET:

Not available

C#:

Not available