TextRange(TextRange) Constructor

Constructs a copy of the input TextRange object.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public TextRange(
	TextRange other
)

Parameters

other  TextRange
 
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also