XSIUtils.Is64BitOS
 
 
 

XSIUtils.Is64BitOS

Introduced

v5.0

Description

Returns true if Softimage is running in a 64-bit environment. This method is useful when writing scripts that behave differently in the 64-bit version of Softimage.

C# Syntax

Boolean XSIUtils.Is64BitOS();

Scripting Syntax

oReturn = XSIUtils.Is64BitOS();

Return Value

Returns true if Softimage is running in a 64-bit environment

See Also

XSIUtils.IsWindowsOS XSIUtils.IsFileSystemCaseSensitive XSIUtils.IsLinuxOS XSIApplication.Platform