The end point of the path. The Z coordinate will equal the view's level elevation.
To update path calculations, call update.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public XYZ PathEnd { get; set; }Property Value
XYZ
Exceptions
| Exception | Condition |
|---|
| ArgumentNullException |
When setting this property: A non-optional argument was null
|
| InvalidOperationException |
When setting this property: This functionality is not available in Revit LT.
-or-
When setting this property: Cannot perform this operation for a path of travel in a group.
|
See Also
Reference