Click or drag to resize

EllipsoidGraphicsMaterial Property

Gets or sets the material used to fill the surface of the ellipsoid. 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> Material { get; set; }

Property Value

Type: CesiumPropertyIMaterialGraphics
See Also