[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

open an existing HDF5 file.
open an existing HDF5 file.

Syntax

Visual Basic (Declaration)
Public Shared Function open ( _
	filename As String, _
	mode As OpenMode, _
	propertyListId As H5Id _
) As H5FileId
C#
public static H5FileId open (
	string filename,
	H5F.OpenMode mode,
	H5Id propertyListId
)
C++
public:
static H5FileId^ open (
	String^ filename, 
	OpenMode mode, 
	H5Id^ propertyListId
)

Parameters

filename (String)
mode (OpenMode)
propertyListId (H5Id)