RVTDocs.com
Namespace: Autodesk.Revit.Creation Class: Document

Document.NewArea

Method
Description:
Creates a new area
Syntax
public Area NewArea(
	ViewPlan areaView,
	UV point
)
Parameters
Parameter Type Description
areaView ViewPlan The view of area element.
point UV The point which lies in the enclosed region of AreaBoundaryLines to put the new created Area
Return Value
Exceptions
Exception Condition
ArgumentException Thrown if the area view does not exist in the given document.