Revit 2025.3 API
SweepProfile |
The profile sketch of the sweep.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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