Revit 2020.1 API |
ImageExportOptions..::..IsValidFileName Method |
ImageExportOptions Class See Also |
Verify if File name is valid
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2011
Syntax
C# |
---|
public static bool IsValidFileName( string filePath ) |
Visual Basic |
---|
Public Shared Function IsValidFileName ( _ filePath As String _ ) As Boolean |
Visual C++ |
---|
public: static bool IsValidFileName( String^ filePath ) |
Parameters
- filePath
- Type: System..::..String
File path to be tested for valid file name
Return Value
True if File name is valid; false otherwise
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |