Revit 2025.3 API
Swept |
The bottom family symbol profile of the swept blend.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public FamilySymbolProfile BottomProfileSymbol { get; }
Public ReadOnly Property BottomProfileSymbol As FamilySymbolProfile Get
public: property FamilySymbolProfile^ BottomProfileSymbol { FamilySymbolProfile^ get (); }
member BottomProfileSymbol : FamilySymbolProfile with get
Property Value
FamilySymbolProfileIf the bottom profile is sketch-based, this property is .
See Also