Share

AreaCreationData(ViewPlan, UV) Constructor

The data needed to create a new area


Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public AreaCreationData(
	ViewPlan areaView,
	UV point
)

Parameters

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

See Also

Reference

Was this information helpful?