FunctionId.Line Property

FunctionIdLine Property

The line number of the function throwing an exception.

Namespace: Autodesk.Revit.Exceptions
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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

Int32
See Also