SaveFileAs Data Member Function

Saves the current document to disk using the specified filename. Use this to save the current active document with another filename.

Prototype

int32 SaveFileAs( EditModel3D p_oModel, string p_sPathAndFilename )

Parameters

Parameter Type Parameter Name Documentation
<EditModel3D>p_oModelA pointer to the current model. Usually you pass in Model to this parameter. For example: Application.SaveFile( Model, path );.
stringp_sPathAndFilenameThe absolute path of the filename used to save the active document.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.