Click or drag to resize

DataSelect Class

Describes a request selection.
Inheritance Hierarchy

Namespace:  Demo3D.PLC.Comms.AttrDb
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
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