CzmlDocument.TerminateOnSamplingError Property |
Gets or sets a value indicating whether CZML generation halts when a sampling error occurs;
for example if a TLE fails to propagate at the desired time. When
true,
exceptions are thrown immediately and no further CZML will be written. When
false,
CZML generation will continue until finished and any exceptions are
raised via the
SamplingError event.
By default, this is set to
true.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool TerminateOnSamplingError { get; set; }
Public Property TerminateOnSamplingError As Boolean
Get
Set
public:
property bool TerminateOnSamplingError {
bool get ();
void set (bool value);
}
member TerminateOnSamplingError : bool with get, set
Property Value
Type:
Boolean
See Also