Evaluate the end point of the edge in 3d coordinates.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public XYZ Evaluate()
Return Value
XYZThe end point of the edge in 3d coordinates.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | Failed to evaluate the end point of the edge. |
