[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
H5S.getSimpleExtentMaxDims returns the maximum size of each
dimension of a dataspace.
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function getSimpleExtentMaxDims ( _ spaceId As H5DataSpaceId _ ) As ULong() |
| C# |
|---|
public static ulong[] getSimpleExtentMaxDims ( H5DataSpaceId spaceId ) |
| C++ |
|---|
public: static array<unsigned long long>^ getSimpleExtentMaxDims ( H5DataSpaceId^ spaceId ) |
Parameters
- spaceId (H5DataSpaceId)
- Identifier of the dataspace
Return Value
An array containing the maximum size of each dimension.
Remarks
Exceptions
| Exception | Condition |
|---|---|
| HDF5DotNet.H5SgetSimpleExtentMaxDimsException | throws H5SgetSimpleExtentMaxDimsException on failure. |