Returns the family symbol of the profile.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public FamilySymbol Profile { get; set; }
Property Value
FamilySymbolExceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when the argument is nullptr. |
ArgumentException | Thrown when the category of argument is not BuiltInCategory.OST_ProfileFamilies. |