ILNumerics Ultimate VS

H5DatasetMaxSize Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
The maximum dimension sizes configured [readonly].

[ILNumerics HDF5 Module]

Namespace:  ILNumerics.IO.HDF5
Assembly:  ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public RetArray<long> MaxSize { get; }

Property Value

Type: RetArrayInt64
Remarks

This value gives the maximum length for each dimension the dataset can be expanded to. The maximum length is configured at the time the dataset was created. It cannot be changed afterwards.

[ILNumerics HDF5 Module]

See Also

Reference