Click or drag to resize

CzmlDocumentTerminateOnSamplingError Property

Gets or sets a value indicating whether or not CZML generation halts when a sampling error occurs; for example if a TLE fails to propagate at the desired time. When , exceptions are thrown immediately and no further CZML will be written. When , CZML generation will continue until finished and any exceptions are raised via the SamplingError event. By default, this is set to .

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool TerminateOnSamplingError { get; set; }

Property Value

Type: Boolean
See Also