Skip Navigation Links.

H5R..::..createRegionReference Method

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

Syntax

Visual Basic
Public Shared Function createRegionReference ( _
	locId As H5ObjectWithAttributes, _
	name As String, _
	spaceId As H5DataSpaceId _
) As RegionReference
C#
public static RegionReference createRegionReference(
	H5ObjectWithAttributes locId,
	string name,
	H5DataSpaceId spaceId
)
Visual C++
public:
static RegionReference^ createRegionReference(
	H5ObjectWithAttributes^ locId, 
	String^ name, 
	H5DataSpaceId^ spaceId
)
JavaScript
HDF5DotNet.H5R.createRegionReference = function(locId, name, spaceId);

Parameters

locId
Type: HDF5DotNet..::..H5ObjectWithAttributes
name
Type: String
spaceId
Type: HDF5DotNet..::..H5DataSpaceId

See Also