Navigation:  Reference > Route Class > Properties >

LineStyle

Previous pageReturn to chapter overviewNext page

LineStyle: Integer

This describes the type of line to draw.  The possible values are:

 

ROUTE_LINE_SOLID = 0;

ROUTE_LINE_DASH = 1;

ROUTE_LINE_SHORTDASH = 2;

ROUTE_LINE_LONGSHORT = 3;

ROUTE_LINE_LONGSHORTSHORT = 4;