CurtainGridLine.SkippedSegmentCurves Property

CurtainGridLineSkippedSegmentCurves Property

Retrieve all the removed segment curves of the grid line.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public CurveArray SkippedSegmentCurves { get; }
Public ReadOnly Property SkippedSegmentCurves As CurveArray
	Get
public:
property CurveArray^ SkippedSegmentCurves {
	CurveArray^ get ();
}
member SkippedSegmentCurves : CurveArray with get

Property Value

CurveArray
Remarks
User can get these curves and then call the method AddSegment() to add the segments to the grid line.
See Also