Skip to content

CurtainGridLine.AllSegmentCurves

Public Property

Retrieve the curves of all segments.

Namespace: Autodesk.Revit.DB

Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

Syntax

public CurveArray AllSegmentCurves { get; }

Property Value

CurveArray

Remarks

User can get these curves and then call the method AddSegment() or RemoveSegment() to add/remove specified segments. If the specified segment is already added/removed, nothing will happen.