New to Telerik UI for WPFStart a free 30-day trial

Generalization DataContract class.

Definition

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

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
[DataContract]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class Generalization

Inheritance: objectGeneralization

Constructors

C#
public Generalization()

Properties

Gets or sets the LatLongTolerance.

C#
[DataMember(Name = "latLongTolerance", EmitDefaultValue = false)]
public double LatLongTolerance { get; set; }

Gets or sets the PathIndices.

C#
[DataMember(Name = "pathIndices", EmitDefaultValue = false)]
public int[] PathIndices { get; set; }