Click or drag to resize

DataSelect Class

Describes a request selection.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.AttrDbDataSelect
    Demo3D.PLC.Comms.AttrDbDataDimensions

Namespace: Demo3D.PLC.Comms.AttrDb
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public class DataSelect

The DataSelect type exposes the following members.

Constructors
 NameDescription
Public methodDataSelect Constructs a data selection.
Top
Properties
 NameDescription
Public propertyDataSize The total size, or 0 for variable size.
Public propertyDimensions Array selection, or null for scalar.
Public propertyElementSize The size of one element, or 0 for variable size.
Top
See Also