Click or drag to resize

CentralBodySurfaceRegionGraphicsZIndex Property

Gets or sets the z-index of the region, used for ordering ground geometry. Only has an effect if the polygon is constant, and Height and ExtrudedHeight are not set. If not specified, the default value is 0.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CesiumProperty<int> ZIndex { get; set; }

Property Value

Type: CesiumPropertyInt32
See Also