Revit 2026 API
Swept |
The selected curve used for the swept blend path.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Curve SelectedPath { get; }
Public ReadOnly Property SelectedPath As Curve Get
public: property Curve^ SelectedPath { Curve^ get (); }
member SelectedPath : Curve with get
Property Value
CurveIf the swept blend is based on a sketched path, this property is .
See Also