FR167 - Create Profile
The Create Profile command has been modified so that a 'Break at Distance value can be added to a Custom Format ini file which causes the profile polyline to not be drawn between consecutive points that exceed the specified value. This functionality is only applied when a Custom profile format is used with the appropriate value defined in the header of the ini file.
i.e.
#AutoChartName,ColumnPosition
#BreakOnDistance,10
Kp,1
Burial,2
Will not draw the profile polyline between consecutive points that have Kp values that are more than 10m apart.
The functionality is activated when the line #BreakOnDistance,x (where x is the required break interval) is inserted in the header of the custom format ini file.