public void InsertSegment( int partIndex, int beforeSegmentIndex, SegmentBuilderEx segmentBuilder )
Public Overloads Sub InsertSegment( _ ByVal partIndex As Integer, _ ByVal beforeSegmentIndex As Integer, _ ByVal segmentBuilder As SegmentBuilderEx _ )
Parameters
- partIndex
- The index of the part into which the segment will inserted. Must be less than PartCount. Specify -1 or (PartCount - 1) to remove the last part.
- beforeSegmentIndex
- The index before which the segment will be inserted. Must be less than or equal to GetSegmentCount(partIndex). The segment builder from which the segment to insert will be built. part at the end of the Parts list.
- segmentBuilder
- The segment builder from which the segment to insert will be built.