ClassBingRestElevationCompletedEventArgs
Class
Event args for the CalculateElevationCompleted event.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class BingRestElevationCompletedEventArgs : EventArgs
Inheritance: objectEventArgsBingRestElevationCompletedEventArgs
Inherited Members
Constructors
BingRestElevationCompletedEventArgs(ElevationData[], SeaLevelData[])
Initializes a new instance of the BingRestElevationCompletedEventArgs class.
Declaration
cs-api-definition
public BingRestElevationCompletedEventArgs(ElevationData[] elevations, SeaLevelData[] seaLevels)
Parameters
elevations
seaLevels
BingRestElevationCompletedEventArgs(ElevationData[], SeaLevelData[], object)
Initializes a new instance of the BingRestElevationCompletedEventArgs class.
Declaration
cs-api-definition
public BingRestElevationCompletedEventArgs(ElevationData[] elevations, SeaLevelData[] seaLevels, object userData)
Parameters
elevations
seaLevels
userData
User-defined data object.
Properties
Elevations
List of elevations returned by the elevation service.
Declaration
cs-api-definition
public ElevationData[] Elevations { get; }
Property Value
SeaLevels
List of sea levels returned by the elevation service.
Declaration
cs-api-definition
public SeaLevelData[] SeaLevels { get; }
Property Value