Click or drag to resize

Declare Statement

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

DECLARE %<const_name> [ = <default>]

Example

DECLARE %thickStreetsScale = 45.3

Declares a floating point constant. The constant can be reassigned before the map block and the value of the constant can be used in constant reassignment, conditional expressions, and object creation.