Click or drag to resize

PathGraphicsMaterialMode Property

Gets or sets whether the material applies to the whole path or portions of the path. If not specified, the default value is Whole.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 26.3.426.0 (26.3.426.0)
Syntax
public CesiumProperty<CesiumPathMode> MaterialMode { get; set; }

Property Value

Type: CesiumPropertyCesiumPathMode
See Also