CentralBodySurfaceRegionGraphics.ZIndex 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic CesiumProperty<int> ZIndex { get; set; }
Public Property ZIndex As CesiumProperty(Of Integer)
Get
Set
public:
property CesiumProperty<int>^ ZIndex {
CesiumProperty<int>^ get ();
void set (CesiumProperty<int>^ value);
}
member ZIndex : CesiumProperty<int> with get, set
Property Value
Type:
CesiumProperty<Int32>
See Also