const
Syntax
const id = expression
Parameters
- id (identifier)
Unique identifier for the constant. - expression (float, string, bool, float[], string[], bool[])
Constant value.
Description
A new constant can be introduced by the const keyword. As for attributes, constant expressions are evaluated only once at the beginning of the generation process before any rule is applied.
The values of constants cannot be externally changed trough the inspector or by a map. Constant expressions do not appear in the inspector.
Related
Example
Defining a constant with const
const height = 250 Lot --> extrude(height) |
Copyright ©2008-2024 Esri R&D Center Zurich. All rights reserved.