Click or drag to resize

CesiumPathMode Enumeration

Whether a path property applies to the whole path or portions of the path.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 26.3.426.0 (26.3.426.0)
Syntax
public enum CesiumPathMode
Members
  Member nameDescription
Whole The property applies to the whole path.
Portions The property applies to portions of the path.
See Also