Introduced
5.0
Deprecated
5.1 (replaced by ExportFTK)
Description
Exports a dotXSI 5.0 file.
Scripting Syntax
ExportdotXSI5( OptionName )
Parameters
|
Parameter |
Type |
Description |
|
OptionName |
The scripting name of the ExportdotXSI5Options property that specifies the export options. You use the ExportdotXSI5CreateOptions command to create this property. |
Return Value
CStatus::OK if successful, and an error code otherwise.
Examples
JScript Example
// JScript example that shows how to export a dotXSI5 file // Create the options property var myProp = ExportdotXSI5CreateOptions( "Scene_Root", "MyExportDotXSI5Options" ); // Specify the output file SetValue( myProp.Fullname + ".Filename", "C:\\temp.xsi"); // Export the file ExportdotXSI5( myProp.Fullname );
See Also
SOFTIMAGE|XSI v6.01