Returns whether the curve loop is open or closed, as determined by an internal flag.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public bool IsOpen()
Return Value
BooleanTrue if the CurveLoop is marked open, false if marked closed.