Click or drag to resize

SensorFieldOfViewGraphicsDomeSurfaceMaterial Property

Gets or sets the material used to fill dome surfaces. If not specified, the default is a SolidColorMaterialGraphics with Color set to White.

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<IMaterialGraphics> DomeSurfaceMaterial { get; set; }

Property Value

Type: CesiumPropertyIMaterialGraphics
See Also