SaveAs
| SaveAs (FilePath) | 
Saves the current TerraBuilder project to a specified TBP file in the specified directory.
Parameters
| Name | Type | Description | 
| FilePath | string | Full path for saving the TBP, including the project’s file name with the TBP extension. Note: In JavaScript, double slashes (\\) must be used for path strings, e.g. "C:\\Users\\Administrator\\Documents\\MyProject.tbp”. |