Skip Navigation Links.

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

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

Syntax

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

Parameters

dataSetOrGroupOrDataTypeId
Type: HDF5DotNet..::..H5ObjectWithAttributes
objectName
Type: String
indexType
Type: HDF5DotNet..::..H5IndexType
traversalOrder
Type: HDF5DotNet..::..H5IterationOrder
position
Type: UInt64

See Also