FileDialogGetSelectedModelPath Method

Returns the selected file path chosen by the user.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ModelPath GetSelectedModelPath()

Return Value

ModelPath
The selected file path, or if the dialog has not been shown or selection was cancelled.
See Also