ScenomeApplication.ExecuteCommand

This page contains reference documentation for the ExecuteCommand function. This function executes a Scenome command based on its category and name.

Prototype

int ExecuteCommand( string CommandCategory, string CompleteCommandName )

Parameters

Function parameters are as follows:

Examples

Examples are as follows:

Application.ExecuteCommand ( "File Commands", "FileSave" );

Working Sample Code

For sample code: