Global Parameters
SmartAnalyzer MacroCommands provide a number of commands related to global parameters. All commands are implemented as members of the GlobalAdministration object available via SmartContext. Sample script for instantiating the GlobalAdministration object:
Sub Main()
Dim mc As Object
Dim caseAdmin As Object
Set mc = SmartContext.MacroCommands
Set caseAdmin = mc.GlobalParameters