TextRange Constructor (Int32, Int32)


Constructs a TextRange with input start and length.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)
Since: 2017

Syntax

C#
public TextRange(
	int start,
	int length
)
Visual Basic
Public Sub New ( _
	start As Integer, _
	length As Integer _
)
Visual C++
public:
TextRange(
	int start, 
	int length
)

Parameters

start
Type: System Int32
length
Type: System Int32

Remarks

The input value for start as well as length should not be negative.

Exceptions

Exception Condition
Autodesk.Revit.Exceptions ArgumentOutOfRangeException The given value for start is negative. -or- The given value for length is negative.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →