ExecuteCommand

Method of IApplication

Description

Execute existing command nCount times, with “enabled” check

Parameters

Syntax

JavaScript

Application.ExecuteCommand(strName, nCount);

Visual Basic Script

Application.ExecuteCommand strName, nCount

C++

HRESULT hr = Application.ExecuteCommand(strName, nCount);

See Also

IApplication