Description
Saves the entire document data to a specified MDL file, and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFDocument.SaveAs(filename As String, mdlVersion As RFMDLVersion) As RFErrorCode
The SaveAs syntax has these parts:
| Part | Description |
|---|---|
| filename | [IN] String Required. String expression indicating a new file name including folder path. |
| mdlVersion | [IN] RFMDLVersion Required. MDL version to save. |