doc.arcgis.com/en/cityengine/2025.0/cga/cga-array-initialization-function.htm
Preview meta tags from the doc.arcgis.com website.
Linked Hostnames
1General Meta Tags
17- titlearray initialization function—ArcGIS CityEngine Resources | Documentation
- charsetutf-8
- X-UA-CompatibleIE=edge,chrome=1
- viewportwidth=device-width, user-scalable=no
- descriptionarray initialization function Syntaxfloat[]/string[]/bool[] [value, value, ...]float[]/string[]/bool[] [value, value, ... ; value, value, ... ; ...]Parametersvalue—(float, float[], string, string[] ,bool, bool[] )Array element values. At least one element must be specified. ReturnsAn array containing all elements in the specified arrangement. The type of the array depends on the type of value. For example, a float[] array can be made from a mixture of float and float[] values.Description1D arrayAn array can be initialized by the concatenation of primitive values separated by a comma: const a = ["B", "C", "D"] (3)[B,C,D] Beside primitive values, also arrays can be used to create new arrays: const b = ["A", a, "E"] (5)[A,B,C,D,E]
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
10- https://doc.arcgis.com/en/cityengine/2025.0/cga/cga-array-type-operators.htm
- https://doc.arcgis.com/en/cityengine/2025.0/cga/cga-bool-array-function.htm
- https://doc.arcgis.com/en/cityengine/2025.0/cga/cga-float-array-function.htm
- https://doc.arcgis.com/en/cityengine/2025.0/cga/cga-n-columns-function.htm
- https://doc.arcgis.com/en/cityengine/2025.0/cga/cga-n-rows-function.htm