CesiumPositionExtensionOrder Property |
Gets the number of derivatives to write to CZML. Note that currently CZML only supports position and velocity. indicates that the value will depend on other properties.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public int? Order { get; set; }
Public Property Order As Integer?
Get
Set
public:
virtual property Nullable<int> Order {
Nullable<int> get () sealed;
void set (Nullable<int> value) sealed;
}
abstract Order : Nullable<int> with get, set
override Order : Nullable<int> with get, set
Property Value
Type:
NullableInt32Implements
ICesiumPositionServiceOrderSee Also