Applies To
XSIApplication object
Description
This example demonstrates how to use the XSIApplication object.
Code
/*
How to create an instance of the Application Object
from JScript for use within a NetView html page.
*/
var oApplication = new ActiveXObject("XSI.Application");
var oXSIApplication = oApplication.Application;
oXSIApplication.LogMessage( "There are " + oXSIApplication.Plugins.Count + " plugins installed" ) ;Related Examples
Keywords
XSIApplication ActivateWorkgroup AddCommand AddWorkgroup CreateAddon CreateCommand CreateProject ExecuteCommand ExecuteScriptCommand GetCommandByScriptingName GetInstallationPath2 GetObjectFromID GetShaderDef InstallAddon LoadPlugin RegisterShaderCustomParameterType RegisterShaderFamily RemoveCommand RemoveWorkgroup RescanWorkgroups UnInstallAddon UnloadPlugin UpdatePlugins ActiveProject2 ActiveSceneRoot ActiveToolName Commands Desktop Devices Dictionary EventInfos FCurveSelection Filters InstallationPath Interactive License Platform Plugins Preferences Renderers Selection ShaderDefinitions Workgroups
Autodesk Softimage 2011