Version (Application)
Description
Returns the build version of XSI.
C# Syntax
String Application.Version();
Return Value
String (Major.Minor.YYYY.MMDD)
Examples
VBScript Example
' ' This example shows how to display the build information ' LogMessage Application.Version ' Assuming Major version 2, Minor version 01, Year 2002, Month 03 and day 028 ' LogMessage would show the line below: ' INFO: 2.01.2002.0328
SOFTIMAGE|XSI v6.01