CzmlDocument.SamplingError Event |
An event that is raised when a non-fatal sampling error occurs during CZML generation.
This event is only raised when
TerminateOnSamplingError is
true.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic event EventHandler<SamplingErrorEventArgs> SamplingError
Public Event SamplingError As EventHandler(Of SamplingErrorEventArgs)
public:
event EventHandler<SamplingErrorEventArgs^>^ SamplingError {
void add (EventHandler<SamplingErrorEventArgs^>^ value);
void remove (EventHandler<SamplingErrorEventArgs^>^ value);
}
member SamplingError : IEvent<EventHandler<SamplingErrorEventArgs>,
SamplingErrorEventArgs>
Value
Type:
System.EventHandler<SamplingErrorEventArgs>
See Also