Revit 2026 API
File |
Shows the dialog using the stored settings.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ItemSelectionDialogResult Show()
Public Function Show As ItemSelectionDialogResult
public: ItemSelectionDialogResult Show()
member Show : unit -> ItemSelectionDialogResult
Return Value
ItemSelectionDialogResultA status indicating whether the user selected a file name or cancelled the dialog without making a selection.
See Also