ILNumerics Ultimate VS

H5GroupItem Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Gets an object by name / key or creates a hardlink to it

[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 H5Object this[
	string name
] { get; set; }

Parameters

name
Type: SystemString
the name / key / path used to reference the object

Return Value

Type: H5Object
the object referenced by name or null if no such object was found
Remarks

[ILNumerics HDF5 Module]

See Also

Reference