ILNumerics Ultimate VS

HelperGetH5ID Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Retrieves the object ID used to identify the object within the HDF5 file ///

[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 ulong GetH5ID(
	this H5Object obj
)

Parameters

obj
Type: ILNumerics.IO.HDF5H5Object

Return Value

Type: UInt64

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type H5Object. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Remarks

[ILNumerics HDF5 Module]

See Also

Reference