CommandCollection
 
 
 

CommandCollection

Object Hierarchy | Related C++ Class: CommandArray

Introduced

v2.0

Description

A collection of Command objects.

Methods

Filter      
       

Properties

Count Item    
       

Examples

VBScript Example

' Get a collection that can be used to access the scripting commands of the application
set oCommands = Application.Commands

See Also

XSIApplication.Commands