Description
Saves this project into a new file.
-
Return Type
-
None
-
Syntax
-
object.SaveAs [Destination]
The SaveAs Method syntax has these parts: |
| object | An expression evaluating to an object of type McProject. | | Destination | Optional. A String value. New file name.
| Remarks
If the operation is successful, the new file becomes the backing storage for this project.
|