Gets the object that describes the profile that is swept along the driving curve for this instance.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public SweptProfile GetSweptProfile()
Return Value
SweptProfileA swept profile.
Exceptions
| Exception | Condition |
|---|---|
| InapplicableDataException | Thrown if this instance does not have a swept profile. |
