Provides the InputListBox and InputRadioBox functions.
Inheritance Hierarchy
System.ObjectAutodesk.iLogic.Runtime.RunDialogs
Namespace: Autodesk.iLogic.Runtime
Assembly: Autodesk.iLogic.Runtime (in Autodesk.iLogic.Runtime.dll) Version: 30.0
Syntax
VB
Public NotInheritable Class RunDialogs
C#
public static class RunDialogs
Methods
Name | Description | |
---|---|---|
![]() ![]() | InputListBox(String, IEnumerable) |
Shows a dialog in which a single item can be chosen from a list.
|
![]() ![]() | InputListBox(String, IEnumerable, Object) |
Shows a dialog in which a single item can be chosen from a list.
|
![]() ![]() | InputListBox(String, IEnumerable, Object, String) |
Shows a dialog in which a single item can be chosen from a list.
|
![]() ![]() | InputListBox(String, IEnumerable, Object, String, String) |
Shows a dialog in which a single item can be chosen from a list.
|
![]() ![]() | InputListBox(String, IEnumerable, Object, String, String, Int32, Int32) |
Shows a dialog in which a single item can be chosen from a list.
|
![]() ![]() | InputRadioBox(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.)
|
![]() ![]() | InputRadioBox(String, String, String, Boolean) |
Shows a dialog in which a choice can be made between two options.
(Returns True if the first option was selected, and False otherwise.)
|
![]() ![]() | InputRadioBox(String, String, String, Boolean, 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.)
|