Revit 2025.3 API
Function |
The line number of the function throwing an exception.
Namespace: Autodesk.Revit.Exceptions
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public int Line { get; }
Public ReadOnly Property Line As Integer Get
public: property int Line { int get (); }
member Line : int with get
Property Value
Int32See Also