Creates a new area tag. 
   Namespace:   Autodesk.Revit.Creation  
  Assembly:   RevitAPI  (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0) 
Syntax
| C# | 
|---|
   |  
| Visual Basic | 
|---|
   |  
| Visual C++ | 
|---|
   |  
Parameters
- areaView
 -  Type:  Autodesk.Revit.DB ViewPlan  
The area view 
- room
 -  Type:  Autodesk.Revit.DB Area  
The area to tag 
- point
 -  Type:  Autodesk.Revit.DB UV  
The position of the area tag 
Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.Exceptions ArgumentException | Thrown if the area view does not exist in the given document. | 
| Autodesk.Revit.Exceptions ArgumentException | Thrown if the area does not exist in the given document. |