LinePattern.GetSegments Method

LinePatternGetSegments Method

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

IListLinePatternSegment
The sequence of segments.
See Also