Retrieve all the removed segment curves of the grid line.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
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
Reference