Revit 2025.3 API
Path |
The start point of the path. The Z coordinate will equal the view's level elevation.
To update path calculations, call update.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public XYZ PathStart { get; set; }
Public Property PathStart As XYZ Get Set
public: property XYZ^ PathStart { XYZ^ get (); void set (XYZ^ value); }
member PathStart : XYZ with get, set
Property Value
XYZ| 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