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