BrowserCommandInput.name Property
Parent Object:
BrowserCommandInputDefined in namespace "adsk::core" and the header file is <Core/UserInterface/BrowserCommandInput.h>
Description
Gets the user visible name of this input.
Syntax
"browserCommandInput_var" is a variable referencing a BrowserCommandInput object.
# Get the value of the property. propertyValue = browserCommandInput_var.name
|
"browserCommandInput_var" is a variable referencing a BrowserCommandInput object.
#include <Core/UserInterface/BrowserCommandInput.h>
// Get the value of the property. string propertyValue = browserCommandInput_var->name();
|
Property Value
This is a read only property whose value is a string.
Version
Introduced in version July 2021