Click or drag to resize

RunDialogsInputRadioBox Method (String, String, String)

Shows a dialog in which a choice can be made between two options. (Returns True if the first option was selected, and False otherwise.)

Namespace:  Autodesk.iLogic.Runtime
Assembly:  Autodesk.iLogic.Runtime (in Autodesk.iLogic.Runtime.dll) Version: 23.0
Syntax
Public Shared Function InputRadioBox ( 
	Prompt As String,
	Button1Label As String,
	Button2Label As String
) As Boolean

Parameters

Prompt
Type: SystemString
A prompt to show in the dialog.
Button1Label
Type: SystemString
The label for the first option.
Button2Label
Type: SystemString
The label for the second option.

Return Value

Type: Boolean
True if the first option was selected. False otherwise.
See Also