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