ILNumerics Ultimate VS

H5CollectionTgetObjectsObjT Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

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

protected IDictionary<string, ObjT> getObjects<ObjT>(
	bool walkrecursively = false,
	bool includeAttributes = false,
	string key = null,
	Predicate<ObjT> predicate = null
)
where ObjT : H5Object

Parameters

walkrecursively (Optional)
Type: SystemBoolean
includeAttributes (Optional)
Type: SystemBoolean
key (Optional)
Type: SystemString
predicate (Optional)
Type: SystemPredicateObjT

Type Parameters

ObjT

Return Value

Type: IDictionaryString, ObjT
See Also

Reference