Share Email Facebook Twitter LinkedIn CurtainGridLine.AllSegmentCurves Property Retrieve the curves of all segments. Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34) Syntax C# public CurveArray AllSegmentCurves { get; }Property ValueCurveArray RemarksUser 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. See AlsoReferenceCurtainGridLine ClassAutodesk.Revit.DB Namespace