XSIApplication.Dictionary

Description

Returns the Softimage Dictionary object.

C# Syntax

// get accessor
Dictionary rtn = XSIApplication.Dictionary;

Examples

VBScript Example

'
'	Get the ClusterCenter dictionary information
'
MsgBox Dictionary.Info("ClusterCenter", "Operator")