This page contains reference documentation for the ExecuteCommand function. This function executes a Scenome command based on its category and name.
int ExecuteCommand( string CommandCategory, string CompleteCommandName )
Function parameters are as follows:
Examples are as follows:
Application.ExecuteCommand ( "File Commands", "FileSave" );
For sample code: