Class
RoutePath

RoutePath DataContract class.

Definition

Namespace:Telerik.Windows.Controls.DataVisualization.Map.BingRest

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
[DataContract]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class RoutePath

Inheritance: objectRoutePath

Constructors

RoutePath()

Declaration

cs-api-definition
public RoutePath()

Properties

Generalizations

Gets or sets the Generalizations.

Declaration

cs-api-definition
[DataMember(Name = "generalizations", EmitDefaultValue = false)]
public Generalization[] Generalizations { get; set; }

Property Value

Generalization[]

Line

Gets or sets the Line.

Declaration

cs-api-definition
[DataMember(Name = "line", EmitDefaultValue = false)]
public Line Line { get; set; }

Property Value

Line