Constructs a new instance of a File Open dialog.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2017
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- filter
- Type: SystemString
The filter string. See the remarks for Filter for details.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.ExceptionsArgumentException | The input filter string does not meet the minimal requirements for a valid filter string. |
Autodesk.Revit.ExceptionsArgumentNullException | A non-optional argument was null |