Skip Navigation Links.

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

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, _
	attributeAccessPropertyList As H5PropertyListId _
) As H5AttributeId
C#
[CLSCompliantAttribute(false)]
public static H5AttributeId openByIndex(
	H5ObjectWithAttributes dataSetOrGroupOrDataTypeId,
	string objectName,
	H5IndexType indexType,
	H5IterationOrder traversalOrder,
	ulong position,
	H5PropertyListId attributeAccessPropertyList
)
Visual C++
[CLSCompliantAttribute(false)]
public:
static H5AttributeId^ openByIndex(
	H5ObjectWithAttributes^ dataSetOrGroupOrDataTypeId, 
	String^ objectName, 
	H5IndexType indexType, 
	H5IterationOrder traversalOrder, 
	unsigned long long position, 
	H5PropertyListId^ attributeAccessPropertyList
)
JavaScript
HDF5DotNet.H5A.openByIndex = function(dataSetOrGroupOrDataTypeId, objectName, indexType, traversalOrder, position, attributeAccessPropertyList);

Parameters

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

See Also