Click or drag to resize

PointInfoT Class

This class holds the information for a single point.
Inheritance Hierarchy
SystemObject
  Ptv.XServer.Controls.Map.ToolsPointInfoT

Namespace:  Ptv.XServer.Controls.Map.Tools
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public class PointInfo<T>

Type Parameters

T
The item type for the cluster.

The PointInfoT type exposes the following members.

Constructors
  NameDescription
Public methodPointInfoT
Initializes a new instance of the PointInfoT class
Top
Properties
  NameDescription
Public propertyAggregate
Gets or sets the aggregate value of the point.
Public propertyTag
Gets or sets the item of the point.
Public propertyX
Gets or sets the x coordinate of the point.
Public propertyY
Gets or sets the y coordinate of the point.
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also