| Revit 2022.1 API |
| FunctionId..::..File Property |
| FunctionId Class See Also |
The name of the file including the function throwing an exception.
Namespace: Autodesk.Revit.Exceptions
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public string File { get; } |
| Visual Basic |
|---|
Public ReadOnly Property File As String Get |
| Visual C++ |
|---|
public: property String^ File { String^ get (); } |