Click or drag to resize

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
)

Parameters

plane
Type: Flex.Hal.OhioOhioPlane
The plane to get the data from.

Return Value

Type: IListInt16
A list of values
See Also