CesiumFixedStepExtensionStep Property |
Gets or sets the step size to be used for sampling 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 Duration Step { get; set; }
Public Property Step As Duration
Get
Set
public:
virtual property Duration Step {
Duration get () sealed;
void set (Duration value) sealed;
}
abstract Step : Duration with get, set
override Step : Duration with get, set
Property Value
Type:
DurationImplements
ICesiumFixedStepServiceStepSee Also