SweptBlendBottomProfileSymbol Property |
The bottom family symbol profile of the swept blend.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic FamilySymbolProfile BottomProfileSymbol { get; }
Public ReadOnly Property BottomProfileSymbol As FamilySymbolProfile
Get
public:
property FamilySymbolProfile^ BottomProfileSymbol {
FamilySymbolProfile^ get ();
}
member BottomProfileSymbol : FamilySymbolProfile with get
Property Value
FamilySymbolProfile
RemarksIf the bottom profile is sketch-based, this property is .
See Also