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

Gets the name of the object with the specified object index.

Syntax

Visual Basic (Declaration)
Public Shared Function getObjectNameByIndex ( _
	groupId As H5GroupId, _
	objectIndex As Integer _
) As String
C#
public static string getObjectNameByIndex (
	H5GroupId groupId,
	int objectIndex
)
C++
public:
static String^ getObjectNameByIndex (
	H5GroupId^ groupId, 
	int objectIndex
)

Parameters

groupId (H5GroupId)
IN: Group in which object is a member.
objectIndex (Int32)

Remarks

Exceptions

ExceptionCondition
HDF5DotNet.H5GgetObjectNameByIndexException throws H5GgetObjectNameByIndexException if request fails