OhioFieldGetData Method (OhioPlane) |
Gets a list containing the data from the specified
OhioPlane.
Namespace:
Flex.Hal.Ohio
Assembly:
Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax public IList<short> GetData(
OhioPlane plane
)
Public Function GetData (
plane As OhioPlane
) As IList(Of Short)
Parameters
- plane
- Type: Flex.Hal.OhioOhioPlane
The plane to get the data from.
Return Value
Type:
IListInt16A list of values
See Also