FamilySymbolProfile.Profile Property
Returns the family symbol of the profile.
Namespace:
Autodesk.Revit.DB
Assembly:
RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public FamilySymbol Profile { get; set; }
Property Value
FamilySymbol
Exceptions
Exception
Condition
ArgumentNullException
Thrown when the argument is
null
.
ArgumentException
Thrown when the category of argument is not BuiltInCategory.OST_ProfileFamilies.
Remarks
The symbol must of the category BuiltInCategory.OST_ProfileFamilies.
See Also
Reference
FamilySymbolProfile Class
Autodesk.Revit.DB Namespace