Revit 2026 API
Reference Constructor |
Creates a Reference with the supplied element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Reference( Element element )
Public Sub New ( element As Element )
public: Reference( Element^ element )
new : element : Element -> Reference
Parameters
- element Element
- The element to create a reference.
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when the parameter is . |
See Also