Skip Navigation Links.

H5L..::..Exists Method

Determine whether a link with the specified name exists in a group. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5L.html#Link-Exists

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

Syntax

Visual Basic
Public Shared Function Exists ( _
	locRef As H5FileOrGroupId, _
	name As String _
) As Boolean
C#
public static bool Exists(
	H5FileOrGroupId locRef,
	string name
)
Visual C++
public:
static bool Exists(
	H5FileOrGroupId^ locRef, 
	String^ name
)
JavaScript
HDF5DotNet.H5L.exists = function(locRef, name);

Parameters

locRef
Type: HDF5DotNet..::..H5FileOrGroupId
name
Type: String

See Also