ILNumerics Ultimate VS

H5FileFilename Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
The filename of the underlying H5F file. This must be a relative or absolute file path. (readonly)

[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 string Filename { get; }

Property Value

Type: String
Remarks

The filename reflects the name of the underlying HDF5 file. The value of this property is set in the constructor of H5File.

[ILNumerics HDF5 Module]

See Also

Reference