HDF5DotNet : How to create unlimited datasets?

I have found the tutorial for the straight up HDF5 API's, but nothing for
HDF5DotNet.

Is this the correct way to create an unlimited dataspace who's dataset
dimensions I can dynamically expand?

H5DataSpaceId myDataSpace = H5S.create_simple(1, new long[1] { 1 }, new
long[1] {(long)H5S.H5SType.UNLIMITED});

This:
H5DataSpaceId myDataSpace = H5S.create_simple(1, new long[1] { 1 });

works fine for a fixed sized dataset written to that space (with just a
single element). But there is NO documentation on the .Net syntax for
using these API's!!

It's been a very frustrating 5+ days trying to get this API and file format
working. I'm hoping I'm just having learning curve growing pains and that
this "clicks" soon. Otherwise the decision to explore this format will go
over poorly... :frowning:

Best regards,

Petr Klapka
System Tools Engineer
*Valeo* Radar Systems
46 River Rd
Hudson, NH 03051
Mobile: (603) 921-4440
Office: (603) 578-8045
*"Festina lente."*

ยทยทยท

--

*This e-mail message is intended only for the use of the intended recipient(s).
The information contained therein may be confidential or privileged,
and its disclosure or reproduction is strictly prohibited.
If you are not the intended recipient, please return it immediately to its sender
at the above address and destroy it. *