RVTDocs.com
Namespace: Autodesk.Revit.DB Class: CurveLoop

CurveLoop.IsRectangular

Method
Description:
Identifies if the curve loop is rectangular with respect to a given projection plane.
Syntax
public bool IsRectangular(
	Plane plane
)
Parameters
Parameter Type Description
plane Plane The plane to which the curves will be projected to determine if they represent a rectangle.
Return Value
Type Description
Boolean True if the curve loop is rectangular, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null