SaveAs

Top  Previous  Next

 

SaveAs (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

Is the new drawing file name

 

Return value:

Boolean - True on success, false on error.

 

Example