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)
Syntaxpublic enum CesiumPathMode
Public Enumeration CesiumPathMode
public enum class CesiumPathMode
Members|
| Member name | Description |
|---|
| Whole |
The property applies to the whole path.
|
| Portions |
The property applies to portions of the path.
|
See Also