Namespace:
Autodesk.Revit.UI
ItemSelectionDialogResult
Enumeration
Description:
An enumerated type listing the possible responses from a prompted dialog where the user is asked to select one or more items.
An enumerated type listing the possible responses from a prompted dialog where the user is asked to select one or more items.
Syntax
public enum ItemSelectionDialogResult
Unknown Namespace Members:
Name | Description |
---|---|
Confirmed | The user selected one or more item(s) from the prompted dialog and confirmed the selection. The selected item(s) are available from the dialog interfaces. |
Canceled | The user canceled the prompted dialog. No selected item(s) are available from the dialog interfaces. |