CurtainGridLineSkippedSegmentCurves Property

Retrieve all the removed segment curves of the grid line.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public CurveArray SkippedSegmentCurves { 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