gapLength property
The gap length of the polyline depending on the map measure.
At map measures smaller than smallest map measure in the gapLength
line width is constant and equal to the width given for the smallest
map measure in the gapLength.
At map measures bigger than biggest map measure in the gapLength
line width is constant and equal to the width given for the biggest
map measure in the gapLength.
At map measures between two nearest given map measures, the values are linearly interpolated between values given for these map measures. Gets the map measure dependent polyline gap length.
Implementation
MapMeasureDependentRenderSize get gapLength;