ILNumerics - Technical Application Development
Assembly: ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Returns the length of the filename if successful; otherwise returns a negative value.
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
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: IntPtrReturns the length of the filename if successful; otherwise returns a negative value.
Remarks
[ILNumerics HDF5 Module]
See Also