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