Share

ValidateInputsEventArgs.inputs Property

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

Description

Returns the collection of command inputs that are associated with the command this event is being fired for.

Syntax

"validateInputsEventArgs_var" is a variable referencing a ValidateInputsEventArgs object.

# Get the value of the property.
propertyValue = validateInputsEventArgs_var.inputs

Property Value

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

Version

Introduced in version May 2016

Was this information helpful?