Skip Navigation Links.

H5PropertyListId Class

H5PropertyListId uniquely identifies a property list.

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

Syntax

Visual Basic
Public Class H5PropertyListId _
	Implements H5Id
C#
public class H5PropertyListId : H5Id
Visual C++
public ref class H5PropertyListId : H5Id
JavaScript
HDF5DotNet.H5PropertyListId = function();

Type.createClass(
	'HDF5DotNet.H5PropertyListId',
	null,
	HDF5DotNet.H5Id);

Inheritance Hierarchy

Object
  HDF5DotNet..::..H5PropertyListId

See Also