SweepProfileSymbol Property |
The family symbol profile details for the sweep.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic FamilySymbolProfile ProfileSymbol { get; }
Public ReadOnly Property ProfileSymbol As FamilySymbolProfile
Get
public:
property FamilySymbolProfile^ ProfileSymbol {
FamilySymbolProfile^ get ();
}
member ProfileSymbol : FamilySymbolProfile with get
Property Value
FamilySymbolProfile
Remarks If the profile is not based on a profile family, this property is .
See Also