Share

CurtainGridLine.SkippedSegmentCurves Property

Retrieve all the removed segment curves of the grid line.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

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

Was this information helpful?