Public Shared Function getInfoByIndex ( _ locId As H5LocId, _ groupName As String, _ index As H5IndexType, _ iterationOrder As H5IterationOrder, _ position As Long _ ) As H5ObjectInfo
public static H5ObjectInfo getInfoByIndex( H5LocId locId, string groupName, H5IndexType index, H5IterationOrder iterationOrder, long position )
public: static H5ObjectInfo^ getInfoByIndex( H5LocId^ locId, String^ groupName, H5IndexType index, H5IterationOrder iterationOrder, long long position )
HDF5DotNet.H5O.getInfoByIndex = function(locId, groupName, index, iterationOrder, position);