[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets the number of objects in the specified group.
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function getNumObjects ( _ groupId As H5GroupId _ ) As ULong |
| C# |
|---|
public static ulong getNumObjects ( H5GroupId groupId ) |
| C++ |
|---|
public: static unsigned long long getNumObjects ( H5GroupId^ groupId ) |
Parameters
- groupId (H5GroupId)
- IN: Group identifier
Remarks
Exceptions
| Exception | Condition |
|---|---|
| HDF5DotNet.H5GgetNumObjectsException | throws H5GgetNumObjectsException if request fails |