Revit 2021.1 API |
Sweep..::..ProfileSymbol Property |
Sweep Class See Also |
The family symbol profile details for the sweep.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
C# |
---|
public FamilySymbolProfile ProfileSymbol { get; } |
Visual Basic |
---|
Public ReadOnly Property ProfileSymbol As FamilySymbolProfile Get |
Visual C++ |
---|
public: property FamilySymbolProfile^ ProfileSymbol { FamilySymbolProfile^ get (); } |
Remarks
If the profile is not based on a profile family, this property is nullNothingnullptra null reference (Nothing in Visual Basic).