Click or drag to resize

LineInfoT Class

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

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 LineInfoT type exposes the following members.

Constructors
  NameDescription
Public methodLineInfoT
Initializes a new instance of the LineInfoT 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