Command Utility Manual
A lot of functionality of Cinema 4D is implemented in form of commands. Such commands are plugins based on CommandData . A command is identified by a specific ID that can be used to invoke that command.
These functions exist to access and utilize existing Cinema 4D commands:
// check if the command is enabled (available) if ( IsCommandEnabled (commandID)) { CallCommand (commandID); }