StringValueCommandInput.value Property
Parent Object: StringValueCommandInputDefined in namespace "adsk::core" and the header file is <Core/UserInterface/StringValueCommandInput.h>
Description
Gets or sets the value of this input.
Syntax
"stringValueCommandInput_var" is a variable referencing a StringValueCommandInput object.
|
Property Value
This is a read/write property whose value is a string.Samples
Name | Description |
Custom Event for Command Dialog | Demonstrates using a custom event to process getting information in the background to display in a command dialog. This is an add-in and should be copied and pasted into an add-in project. |