Revit 2025.3 API
Text |
Constructs a copy of the input TextRange object.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public TextRange( TextRange other )
Public Sub New ( other As TextRange )
public: TextRange( TextRange^ other )
new : other : TextRange -> TextRange
Parameters
- other TextRange
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also