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: 21.0.0.0 (21.1.1.109)
Since: 2016

Syntax

C#
public SweptProfile GetSweptProfile()
Visual Basic
Public Function GetSweptProfile As SweptProfile
Visual C++
public:
SweptProfile^ GetSweptProfile()

Return Value

A swept profile.

Exceptions

ExceptionCondition
Autodesk.Revit.Exceptions..::..InapplicableDataExceptionThrown if this instance does not have a swept profile.

See Also