Reference Constructor

Creates a Reference with the supplied element.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public Reference(
	Element element
)

Parameters

element  Element
The element to create a reference.

Exceptions

ExceptionCondition
ArgumentNullException Thrown when the parameter is null.

See Also

Reference

Reference Class
Autodesk.Revit.DB Namespace