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

Read raw data from a dataset to a buffer.

Syntax

Visual Basic (Declaration)
Public Shared Sub read ( _
	dataSetId As H5DataSetId, _
	dataType As H5Type, _
	data As Integer() _
)
C#
public static void read (
	H5DataSetId dataSetId,
	H5T.H5Type dataType,
	int[] data
)
C++
public:
static void read (
	H5DataSetId^ dataSetId, 
	H5Type dataType, 
	array<int>^ data
)

Parameters

dataSetId (H5DataSetId)
IN: Identifier of the dataset to read from.
dataType (H5Type)
IN: Standard H5Type
data (Int32[]())
IN: array that receives the data from the file.

Exceptions

ExceptionCondition
throws H5DreadException if read fails