Revit 2025.3 API
EdgeReference Property |
Returns a stable reference to the edge.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public Reference Reference { get; }
Public ReadOnly Property Reference As Reference Get
public: property Reference^ Reference { Reference^ get (); }
member Reference : Reference with get
Property Value
Reference
This value is if the corresponding geometry object does not permit referencing.
See Also