Revit 2026 API
Line |
Gets the sequence of segments that defines this line pattern.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<LinePatternSegment> GetSegments()
Public Function GetSegments As IList(Of LinePatternSegment)
public: IList<LinePatternSegment^>^ GetSegments()
member GetSegments : unit -> IList<LinePatternSegment>
Return Value
IListLinePatternSegmentThe sequence of segments.
See Also