TextRange(TextRange) Constructor

TextRange(TextRange) Constructor

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
 
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also