RVTDocs.com

Application.NewAreaCreationData

Method
Description:
Creates an object which wraps the arguments of Area for batch creation.
Syntax
public AreaCreationData NewAreaCreationData(
	ViewPlan areaView,
	UV point
)
Parameters
Parameter Type Description
areaView ViewPlan The view of area element.
point UV A point which lies in an enclosed region of area boundary where the new area will reside.
Return Value
Type Description
AreaCreationData The object containing the data needed for area creation.