Revit 2026 API
SweepProfile |
The profile sketch of the sweep.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Sketch ProfileSketch { get; }
Public ReadOnly Property ProfileSketch As Sketch Get
public: property Sketch^ ProfileSketch { Sketch^ get (); }
member ProfileSketch : Sketch with get
Property Value
SketchIf the profile is not based on sketched curves, this property is .
See Also