ICesiumPositionService.Order Property |
Gets the number of derivatives to write to CZML. Note that currently CZML only supports position and velocity. null indicates that the value will depend on other properties.
Namespace:
AGI.Foundation.Cesium.Advanced
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
SyntaxReadOnly Property Order As Integer?
Get
property Nullable<int> Order {
Nullable<int> get ();
}
abstract Order : Nullable<int> with get
Property Value
Type:
Nullable<Int32>
See Also