TextRange Constructor (TextRange)


Text Range(Text Range) Constructor

Constructs a copy of the input TextRange object.

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

Parameters

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