Creates a new FamilySymbolProfile object.
Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
| C# |
|---|
|
| Visual Basic |
|---|
|
| Visual C++ |
|---|
|
Parameters
- familySymbol
- Type: Autodesk.Revit.DBFamilySymbol
The family symbol of the Profile.
Return Value
The new FamilySymbolProfile object.Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.ExceptionsArgumentNullException | Thrown when the argument familySymbol is a null reference (Nothing in Visual Basic). |