Click or drag to resize

DataDimension Structure

One array.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 17.00.05
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 number of elements in this array (or -1 for variable/unknown length).
Public propertyLengths
The array length (or -1 for variable/unknown length).
Public propertyRank
The array rank.
Public propertyType
The array type.
Public propertyVariableLength
The array length is variable/unknown.
Top
See Also