TextRange
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the TextRange | |
| Equals | None | (Inherited from Object .) | Object . |
| GetHashCode | None | (Inherited from Object .) | Object . |
| GetType | None | (Inherited from Object .) | Object . |
| ToString | None | (Inherited from Object .) | Object . |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| End | int | The index of the first character after the end of the range | |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. | |
| Length | int | The length of the range. | |
| Start | int | The start index of a range within the FormattedText . |