Class: Esri/GameEngine/Geometry/ArcGISGeometryDimension
Since: 1.0.0
Indicates the dimensionality of a ArcGISGeometry, relating to the number of spatial dimensions in which the geometry may have a size.
Since | Value | Summary |
---|---|---|
1.0.0 | Point | The geometry is a point or multipoint. |
1.0.0 | Curve | The geometry is a curve. |
1.0.0 | Area | The geometry has an area. |
1.0.0 | Volume | The geometry has a volume. |
1.0.0 | Unknown | Unknown geometry dimensions. |