CommandCollection.Count.1.vbs Example

Applies To

CommandCollection.Count property

Description

This example demonstrates how to use the CommandCollection.Count property.

Code

set oCommands = Application.Commands
logmessage "There are " & oCommands.Count & " command(s) in the collection"

Keywords

CommandCollection Count


Autodesk Softimage 2011