doc.arcgis.com/en/cityengine/2025.0/cga/cga-colon-operator.htm
Preview meta tags from the doc.arcgis.com website.
Linked Hostnames
1General Meta Tags
17- titlecolon operator—ArcGIS CityEngine Resources | Documentation
- charsetutf-8
- X-UA-CompatibleIE=edge,chrome=1
- viewportwidth=device-width, user-scalable=no
- descriptioncolon operator Syntaxfloat[] base : limitfloat[] base : increment : limitThe colon operator is only available as a parameter for the array initialization function and the index operator (inside a bracket [] notation).Parametersbase—floatStarting value of sequence.increment—floatSuccessively added value to base. Must be positive for an ascending sequence base<=limit or negative for a descending sequence base>=limit. Default is 1.limit—floatMaximum/minimum value which is not exceeded.ReturnsAn array containing a sequence of float values [ base, base + increment, base + 2*increment, ... ]where the last element does not exceed limit.Parameters base, increment and limit are given in a colon-separated notation.The size of the returned array
Link Tags
8- shortcut icon/assets/img/favicon.ico
- stylesheet/assets/css/screen.css
- stylesheet/cdn/calcite/css/documentation.css
- stylesheet/assets/css/print.css
- stylesheet/cdn/css/colorbox.css
Links
5- https://doc.arcgis.com/en/cityengine/2025.0/cga/cga-array-initialization-function.htm
- https://doc.arcgis.com/en/cityengine/2025.0/cga/cga-array-type-operators.htm
- https://doc.arcgis.com/en/cityengine/2025.0/cga/cga-item-operator-function.htm
- https://doc.arcgis.com/en/cityengine/2025.0/help/get-started-preferences-prt.htm
- https://doc.arcgis.com/feedback