Revit 2025 API
Text |
The start index of a range within the FormattedText.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public int Start { get; set; }
Public Property Start As Integer Get Set
public: property int Start { int get (); void set (int value); }
member Start : int with get, set
Property Value
Int32| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: The given value for start is negative. |
See Also