A datafile, which also represents the root group of contained
data. The NetCDF.DesignTime.DataFileProvider generates erased
subtypes of this class that have Create and Open members with a
default filename and specialized return type.
Type Description
type DataFile
Interfaces
Constructors
Member | Description |
new DataFile (ncid) |
ncid: int ref
returns : DataFile |
Instance Members
Member | Description |
dataFile.BeginDef () |
Puts the datafile into definition mode.
returns : unit |
dataFile.Close () |
Closes the datafile. The datafile can be closed multiple times
but the object is useless after the first close
operation. Disposing the datafile also closes it.
returns : unit |
dataFile.EndDef () |
Ends definition mode for the dataset.
returns : unit |
dataFile.Sync () |
Synchronizes the dataset handle with its on-disk representation.
returns : unit |
Static Members
|