TextRange Constructor

Constructs a TextRange with default values for start and length.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public TextRange()
Remarks
The start and length are set to be 0 by default.
See Also