| Revit 2023 API | 
| FunctionId..::..Line Property | 
| FunctionId Class See Also | 
The line number of the function throwing an exception.
Namespace: Autodesk.Revit.Exceptions
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
 Syntax
Syntax
| C# | 
|---|
| public int Line { get; } | 
| Visual Basic | 
|---|
| Public ReadOnly Property Line As Integer Get | 
| Visual C++ | 
|---|
| public: property int Line { int get (); } |