Revit 2026 API
Edge |
Evaluate the end point of the edge in 3d coordinates.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public XYZ Evaluate()
Public Function Evaluate As XYZ
public: XYZ^ Evaluate()
member Evaluate : unit -> XYZ
Return Value
XYZThe end point of the edge in 3d coordinates.
| Exception | Condition |
|---|---|
| InvalidOperationException | Failed to evaluate the end point of the edge. |
See Also