Click or drag to resize

LineInfo<T> Class

This class holds the information for a single point.
Inheritance Hierarchy
System.Object
  Ptv.XServer.Controls.Map.Tools.LineInfo<T>

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 LineInfo<T>

Type Parameters

T
Documentation in progress...

The LineInfo<T> type exposes the following members.

Constructors
  NameDescription
Public methodLineInfo<T>
Initializes a new instance of the LineInfo<T> class
Top
Properties
  NameDescription
Public propertyAggregate1
Gets or sets Documentation in progress...
Public propertyAggregate2
Gets or sets Documentation in progress...
Public propertyAggregateLine
Gets or sets Documentation in progress...
Public propertyTag
Gets or sets Documentation in progress...
Public propertyX1
Gets or sets Documentation in progress...
Public propertyX2
Gets or sets Documentation in progress...
Public propertyY1
Gets or sets Documentation in progress...
Public propertyY2
Gets or sets Documentation in progress...
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also