CzmlDocumentStep Property |
Gets or sets the step size to be used for sampling properties. Note that individual objects may override
this value using
ICesiumFixedStepService.
By default, this is set to 60 seconds.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Duration Step { get; set; }
Public Property Step As Duration
Get
Set
public:
property Duration Step {
Duration get ();
void set (Duration value);
}
member Step : Duration with get, set
Property Value
Type:
DurationSee Also