Skip Navigation Links.

H5R..::..getObjectType Method

Retrieves the type of object that an object reference points to. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5R.html#Reference-GetObjType

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

Syntax

Visual Basic
Public Shared Function getObjectType ( _
	locId As H5ObjectWithAttributes, _
	ref As ObjectReference _
) As H5O..::..ObjectType
C#
public static H5O..::..ObjectType getObjectType(
	H5ObjectWithAttributes locId,
	ObjectReference ref
)
Visual C++
public:
static H5O..::..ObjectType getObjectType(
	H5ObjectWithAttributes^ locId, 
	ObjectReference^ ref
)
JavaScript
HDF5DotNet.H5R.getObjectType = function(locId, ref);

See Also