I'm using the Hdf5DotNet interop assembly which is fantastic but it seems to have an issue with the design of the H5ObjectsWithAttributes interface. The H5A.create method requires an object of type H5ObjectWithAttributes. Unfortunately H5DataTypeId does not derive from this interface so the H5A.create method refuse to allow me to add attributes to a named data type. Is there a reasonable workaround for this limitation?
BTW this also impacts my use of generics to create a HdfNamedObject<T> base class constrained on T implementing H5ObjectWithAttributes as this again, will not allow named DataTypes. Thanks, Keith -- View this message in context: http://hdf-forum.184993.n3.nabble.com/Can-t-create-attributes-on-named-DataType-with-Hdf5DotNet-tp3770633p3770633.html Sent from the hdf-forum mailing list archive at Nabble.com. _______________________________________________ Hdf-forum is for HDF software users discussion. [email protected] http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org
