ILNumerics Ultimate VS

HelperGetObject Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Retrieve an object by absolute path

[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 static H5Object GetObject(
	H5File file,
	string absPath
)

Parameters

file
Type: ILNumerics.IO.HDF5H5File
the file
absPath
Type: SystemString
absolute path of the object to retrieve

Return Value

Type: H5Object
The object found or null.
Remarks

[ILNumerics HDF5 Module]

See Also

Reference