Pegasus Class Library Help
Assembly: PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)
The Data member, is a List<(Of <(T>)>) of PointState objects.
It represent the raw XY data retrieved from the mobile device.
Namespace:
Pegasus.LibraryAssembly: 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 |