Home > Working with SGWorld > Project (IProject6) > SaveAs

SaveAs

Saves the current project to a FLY file with a specified name.

 

JavaScript

 

SaveAs(

      ProjectFileName)

 

C#

 

string SaveAs(

      string ProjectFileName)

 

C++

 

HRESULT SaveAs(

      BSTR ProjectFileName,

      BSTR * pVal) 

 

Parameters:

ProjectFileName

A full pathname of the FLY file to be saved.

pVal

The ID of the FLY file being created.

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.