ILNumerics Ultimate VS

HelperH5FGetName Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Retrieves name of file to which object belongs.

[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 IntPtr H5FGetName(
	int obj_id,
	StringBuilder name,
	IntPtr size
)

Parameters

obj_id
Type: SystemInt32
Identifier of the object for which the associated filename is sought. The object can be a group, dataset, attribute, or named datatype.
name
Type: System.TextStringBuilder
Buffer to contain the returned filename.
size
Type: SystemIntPtr
Size, in bytes, of the name buffer.

Return Value

Type: IntPtr
Returns the length of the filename if successful; otherwise returns a negative value.
Remarks

[ILNumerics HDF5 Module]

See Also

Reference