SaveFile 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 SaveFile( EditModel3D p_oModel )

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 );.

Examples

Copy Text To Clipboard

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