Click or drag to resize

DataDimension Structure

One dimension of an array.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public readonly struct DataDimension : IEquatable<DataDimension>

The DataDimension type exposes the following members.

Constructors
  NameDescription
Public methodDataDimension
Constructs a new DataDimension.
Top
Properties
  NameDescription
Public propertyLength
The array length (or -1 for variable/unknown length).
Public propertyType
The array type.
Top
See Also