Click or drag to resize

OhioScreenFields Property

Gets the OhioFields object associated with this presentation space. This provides another way to access the data in the virtual screen.

Namespace:  Flex.Hal.Ohio
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
public OhioFields Fields { get; }

Property Value

Type: OhioFields
Remarks
The OhioFields object contains a snapshot of all the fields in the current virtual screen. Fields provide methods for interpreting the data in the non-text planes. Zero length fields (due to adjacent field attributes) are not returned in the OhioFields collection. For unformatted screens, the returned collection contains only one OhioField that contains the whole virtual screen.
See Also