Creates a new FamilySymbolProfile object.
Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public FamilySymbolProfile NewFamilySymbolProfile( FamilySymbol familySymbol )
Parameters
- familySymbol FamilySymbol
- The family symbol of the Profile.
Return Value
FamilySymbolProfileThe new FamilySymbolProfile object.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when the argument familySymbol is nullptr. |