Click or drag to resize

CentralBodySurfaceCurveGraphics.ZIndex Property

Gets or sets the z-index of the curve, used for ordering ground geometry. Only has an effect if the polyline is constant, and ClampToGround is true. If not specified, the default value is 0.

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

Property Value

Type: CesiumProperty<Int32>
See Also