Creates a new area
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
- areaView
- Type: Autodesk.Revit.DBViewPlan
The view of area element.
- point
- Type: Autodesk.Revit.DBUV
The point which lies in the enclosed region of AreaBoundaryLines to put the new created Area
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.ExceptionsArgumentException | Thrown if the area view does not exist in the given document. |