End Property
The index of the first character after the end of the range

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:  2017

Syntax

C#
public int End { get; }
Visual Basic
Public ReadOnly Property End As Integer
	Get
Visual C++
public:
property int End {
	int get ();
}

See Also