Share

Document.NewAreaBoundaryLine Method

Creates a new boundary line as an Area border.


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

Syntax

C#

public ModelCurve NewAreaBoundaryLine(
	SketchPlane sketchPlane,
	Curve geometryCurve,
	ViewPlan areaView
)

Parameters

sketchPlane  SketchPlane
The sketch plane.
geometryCurve  Curve
The geometry curve on which the boundary line are
areaView  ViewPlan
The View for the new Area

Return Value

ModelCurve

Exceptions

ExceptionCondition
ArgumentExceptionThrown if the sketch plane does not exist in the given document.
ArgumentExceptionThrown if the area view does not exist in the given document.

See Also

Reference

Was this information helpful?