CzmlDocumentSamplingError Event |
An event that is raised when a non-fatal sampling error occurs during CZML generation.
This event is only raised when
TerminateOnSamplingError is
.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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:
SystemEventHandlerSamplingErrorEventArgsSee Also