FamilyInstanceGetSweptProfile Method |
Gets the object that describes the profile that is swept along the driving curve for this instance.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic SweptProfile GetSweptProfile()
Public Function GetSweptProfile As SweptProfile
public:
SweptProfile^ GetSweptProfile()
member GetSweptProfile : unit -> SweptProfile
Return Value
SweptProfileA swept profile.
Exceptions
See Also