Click or drag to resize

Begin Lines Statement

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The statements 'begin lines' and 'end lines' are placed around the render calls for lines.

Begin Lines / End Lines Statements
Syntax
cam
begin lines
        RENDER '[' filter{,filter}[:"<country>"{,"<country>"}] ']','[' penlist ']' [, label]
        RENDER '[' filter{,filter}[:"<country>"{,"<country>"}] ']', pen [, label]
end lines
Example
cam
begin lines
        RENDER [railways:"USA","Mexico"],PEN<(64,64,64),1:railway>
        RENDER [countries, counties],[PEN<(255,255,0,180),5>,PEN<(0,0,0),3:dash>]
end lines