public void AddSegments( int partIndex, IEnumerable<Segment> segments )
Public Overloads Sub AddSegments( _ ByVal partIndex As Integer, _ ByVal segments As IEnumerable(Of Segment) _ )
Parameters
- partIndex
- The index of the part to which the segments will be added. The segments are added to the end of the part.
- segments
- An enumeration of segments.