Skip Navigation Links.

H5A..::..getNameByIndex Method (H5ObjectWithAttributes, , H5IndexType, H5IterationOrder, )

Namespace:  HDF5DotNet
Assembly:  HDF5DotNet (in HDF5DotNet.dll)

Syntax

Visual Basic
<CLSCompliantAttribute(False)> _
Public Shared Function getNameByIndex ( _
	objectId As H5ObjectWithAttributes, _
	objName As String, _
	indexType As H5IndexType, _
	iterationOrder As H5IterationOrder, _
	position As ULong _
) As String
C#
[CLSCompliantAttribute(false)]
public static string getNameByIndex(
	H5ObjectWithAttributes objectId,
	string objName,
	H5IndexType indexType,
	H5IterationOrder iterationOrder,
	ulong position
)
Visual C++
[CLSCompliantAttribute(false)]
public:
static String^ getNameByIndex(
	H5ObjectWithAttributes^ objectId, 
	String^ objName, 
	H5IndexType indexType, 
	H5IterationOrder iterationOrder, 
	unsigned long long position
)
JavaScript
HDF5DotNet.H5A.getNameByIndex = function(objectId, objName, indexType, iterationOrder, position);

Parameters

objectId
Type: HDF5DotNet..::..H5ObjectWithAttributes
objName
Type: String
indexType
Type: HDF5DotNet..::..H5IndexType
iterationOrder
Type: HDF5DotNet..::..H5IterationOrder
position
Type: UInt64

See Also