Pegasus Class Library Help
The Data member, is a List<(Of <(T>)>) of PointState objects. It represent the raw XY data retrieved from the mobile device.

Namespace:  Pegasus.Library
Assembly:  PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)

Syntax

C#
public List<PointState> Data
Visual Basic (Declaration)
Public Data As List(Of PointState)
Visual C++
public:
List<PointState>^ Data

See Also