ToolTimerElapsedEventArgs.DeltaTime Property
Gets the delta time in milliseconds.
Syntax
public System.Int64 DeltaTime { get; }
Property Value
The delta time in milliseconds since the last event.
Remarks
An IMapControl implementation will take care of the View.ToolTimerElapsed event and if the current tool has implemented IToolTimerSink it will be called to update with the delta time.
Platforms
Windows, Linux, Android