PropertyLineIsClosedLoop Method

Indicates whether the PropertyLine curves form a closed loop.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public bool IsClosedLoop()

Return Value

Boolean
True if the curves are a closed loop; false otherwise.
See Also