CommandDefinitions.count Property
Parent Object:
CommandDefinitionsDefined in namespace "adsk::core" and the header file is <Core/UserInterface/CommandDefinitions.h>
Description
Gets the number of command definitions.
Syntax
"commandDefinitions_var" is a variable referencing a CommandDefinitions object.
# Get the value of the property. propertyValue = commandDefinitions_var.count
|
"commandDefinitions_var" is a variable referencing a CommandDefinitions object.
#include <Core/UserInterface/CommandDefinitions.h>
// Get the value of the property. uinteger propertyValue = commandDefinitions_var->count();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version August 2014