| Revit Preview Release API |
| TextRange Constructor |
| TextRange Class See Also |
Constructs a TextRange with default values for start and length.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2017
Syntax
| C# |
|---|
public TextRange() |
| Visual Basic |
|---|
Public Sub New |
| Visual C++ |
|---|
public: TextRange() |
Remarks
The start and length are set to be 0 by default.