Click or drag to resize

DataDimensions Class

Describes the dimensions of a value.
Inheritance Hierarchy

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

The DataDimensions type exposes the following members.

Constructors
  NameDescription
Public methodDataDimensions(Int32)
Constructs a description of the dimensions of a value.
Public methodDataDimensions(Int32, Int32, UInt16)
Constructs a description of the dimensions of a value.
Top
Properties
  NameDescription
Public propertyDataSize
The total size, or 0 for variable size.
(Inherited from DataSelect.)
Public propertyDimensions
Array selection, or null for scalar.
(Inherited from DataSelect.)
Public propertyElementSize
The size of one element, or 0 for variable size.
(Inherited from DataSelect.)
Top
See Also