[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Verifies that the selection is within the extent of the
dataspace.
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function selectNone ( _ spaceId As H5DataSpaceId _ ) As Boolean |
| C# |
|---|
public static bool selectNone ( H5DataSpaceId spaceId ) |
| C++ |
|---|
public: static bool selectNone ( H5DataSpaceId^ spaceId ) |
Parameters
- spaceId (H5DataSpaceId)
- Identifier of the dataspace being queried.
Return Value
true if the selection is contained within the extent, false if it is not.
Remarks
Exceptions
| Exception | Condition |
|---|---|
| HDF5DotNet.H5SselectNoneException | throws H5SselectNoneException on failure such as the selection or extent not being defined. |