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: 25.2.423.0 (25.2.423.0)
Syntaxpublic 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
ICesiumFixedStepServiceStep
See Also