Determines if the inputs are valid, and returns an error message if not.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2014
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- document
- Type: Autodesk.Revit.DBDocument
The document to export.
- folder
- Type: SystemString
The folder path.
- name
- Type: SystemString
The file name.
- options
- Type: Autodesk.Revit.DBNavisworksExportOptions
The export options.
- exceptionMessage
- Type: SystemString%
The message to show in the exception thrown. This is not an end-user visible message, it is a developer message, and does not have to be localized. Ignored if the function returns true.