public void AddSegments( IEnumerable<Segment> segments, bool startNewPart )
Public Overloads Sub AddSegments( _ ByVal segments As IEnumerable(Of Segment), _ Optional ByVal startNewPart As Boolean _ )
Parameters
- segments
- An enumeration of segments.
- startNewPart
- (Optional) Specifies whether a new part is to be started. The default value is false.