SaveAs
MethodSaveAs (Method)
Saves the drawing with another.AVX file name
Syntax:
Function SaveAs(sNewFile As String) As Boolean
The SaveAs method syntax consists of the following:
Parameter |
Data Type |
Description |
sNewFile |
String |
The new drawing file name |
Return value:
Boolean - True on success, false on error.