Creates a new boundary line as an Area border.
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
- sketchPlane
- Type: Autodesk.Revit.DBSketchPlane
The sketch plane.
- geometryCurve
- Type: Autodesk.Revit.DBCurve
The geometry curve on which the boundary line are
- areaView
- Type: Autodesk.Revit.DBViewPlan
The View for the new Area
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.ExceptionsArgumentException | Thrown if the sketch plane does not exist in the given document. |
| Autodesk.Revit.ExceptionsArgumentException | Thrown if the area view does not exist in the given document. |