Environment (XSIUtils)
Introduced
4.0
Description
Returns a Environment object providing access to the system environment variables.
C# Syntax
// get accessor Environment rtn = XSIUtils.Environment;
Examples
JScript Example
Application.LogMessage( "Softimage is installed in folder: " + XSIUtils.Environment("XSI_HOME") ) Application.LogMessage( "The current user home folder: " + XSIUtils.Environment.Item("XSI_USERHOME") )
Autodesk Softimage v7.5