Click or drag to resize

SegmentRange Fields

The LineConnectionStyleBaseSegmentRange type exposes the following members.

Fields
 NameDescription
Public fieldGapAtSubRangeEnd The gap at the end of the sub range.
Public fieldGapAtSubRangeStart The gap at the start of the sub range.
Public fieldIndexAtSubRangeEnd Zero based index of the last valid point of the sub range (except in the case of IsFullRangeClosedCurve==true).
Public fieldIndexAtSubRangeStart Zero based index of the start of the sub range.
Public fieldIsFullRangeClosedCurve If true, the subrange should be treated as a full range closed curve, i.e. a connection of all points of the range and additionally a connection of the last point back to the first point. In this case, IndexAtSubRangeEnd is set to IndexAtSubRangeStart.
Top
See Also