Namespace:
Autodesk.Revit.DB
TextRange
Class
Description:
An object that is used to identify a range of characters in a .
An object that is used to identify a range of characters in a .
Remarks:
A TextRange consists of a start, which is a zero-based index into the text, and a length, which is the number of characters in the range. The length can be zero.
A TextRange consists of a start, which is a zero-based index into the text, and a length, which is the number of characters in the range. The length can be zero.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.TextRange
System.Object
Autodesk.Revit.DB.TextRange
Syntax
public class TextRange : IDisposable