Mostly for internal use. Returns the value of the last prompt for choice in the dialog selection. This value is set only during a Dynamo Update process. Advanced users developing their own tools instead of using the Dynamo Updater Wizard or Quick Dynamo Updater may find this method useful.
Syntax
object.Get_Last_Prompt_Value
Properties
The Get_Last_Prompt_Value method syntax has this part:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Return Value
Integer. Returns the result string of the last operation. The following table lists the possible values.
Value |
Description |
0 |
Selection dialog box prompt not displayed. |
1 |
Perform update. Do not apply Data Sources. Apply to selected. |
2 |
Perform update. Do not apply Data Sources. Apply to all. |
3 |
Perform update. Attempt to match single Data Source. Apply to selected. |
4 |
Perform update. Attempt to match Data Source. Apply to all. |
5 |
Do not update. Apply to selected. |
6 |
Do not update. Apply to all. |
7 |
Cancel button clicked. |
This string is only set during a Dynamo Updater process.