DataDimensions Class |
Namespace: Demo3D.PLC.Comms.AttrDb
public class DataDimensions : DataSelect
The DataDimensions type exposes the following members.
| Name | Description | |
|---|---|---|
| DataDimensions(Int32) |
Constructs a description of the dimensions of a value.
| |
| DataDimensions(Int32, Int32, UInt16) |
Constructs a description of the dimensions of a value.
|
| Name | Description | |
|---|---|---|
| DataSize |
The total size, or 0 for variable size.
(Inherited from DataSelect.) | |
| Dimensions |
Array selection, or null for scalar.
(Inherited from DataSelect.) | |
| ElementSize |
The size of one element, or 0 for variable size.
(Inherited from DataSelect.) |