CommandInputs.count Property

Parent Object: CommandInputs
Defined in namespace "adsk::core" and the header file is <Core/UserInterface/CommandInputs.h>

Description

Gets the number of inputs.

Syntax

"commandInputs_var" is a variable referencing a CommandInputs object.

# Get the value of the property.
propertyValue = commandInputs_var.count
"commandInputs_var" is a variable referencing a CommandInputs object.
#include <Core/UserInterface/CommandInputs.h>

// Get the value of the property.
uinteger propertyValue = commandInputs_var->count();

Property Value

This is a read only property whose value is a uinteger.

Version

Introduced in version August 2014