ILNumerics Ultimate VS

H5Link Constructor (String, H5Object, H5LinkType)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Initializes a new instance of the H5Link class

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

public H5Link(
	string name,
	H5Object target,
	H5LinkType type = H5LinkType.Hardlink
)

Parameters

name
Type: SystemString
target
Type: ILNumerics.IO.HDF5H5Object
type (Optional)
Type: ILNumerics.IO.HDF5H5LinkType
See Also

Reference