public virtual SegmentBuilder GetSegmentBuilder( int partIndex, int segmentIndex )
Public Overridable Function GetSegmentBuilder( _ ByVal partIndex As Integer, _ ByVal segmentIndex As Integer _ ) As SegmentBuilder
Parameters
- partIndex
- 0 based index of the part. Specify (count - 1) or -1 to get the last part.
- segmentIndex
- 0 based index. Specify 0 to get the first segment. Specify (count - 1) or -1 to get the last segment.
Return Value
A SegmentBuilder representing the segment specified.