doc.arcgis.com/en/cityengine/2025.0/cga/cga-array-initialization-function.htm

Preview meta tags from the doc.arcgis.com website.

Linked Hostnames

1
  • General Meta Tags

    17
    • title
      array initialization function—ArcGIS CityEngine Resources | Documentation
    • charset
      utf-8
    • X-UA-Compatible
      IE=edge,chrome=1
    • viewport
      width=device-width, user-scalable=no
    • description
      array 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