ILNumerics Ultimate VS

H5DatasetCollectionAdd Method (H5Dataset)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Adds a new dataset to the collection of datasets. The new object is expected to not exist in the file already.

[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 override void Add(
	H5Dataset item
)

Parameters

item
Type: ILNumerics.IO.HDF5H5Dataset
New dataset.

Implements

ICollectionTAdd(T)
Remarks

[ILNumerics HDF5 Module]

See Also

Reference