[Home] Type Unidata.NetCDF.DataFile


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

Type
System.IDisposable

Constructors

MemberDescription
new DataFile (ncid)
ncid: int ref
returns : DataFile

Instance Members

MemberDescription
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

MemberDescription
DataFile.CreateUntyped (path, ?cmode)
Creates a new dataset.
path: string
?cmode: DataFileMode option
returns : DataFile

DataFile.OpenUntyped (path, ?omode)
Opens an existing dataset.
path: string
?omode: DataFileMode option
returns : DataFile

See Also

Unidata.NetCDF


Documentation for assembly Unidata.NetCDF, version 1.0.5002.0, generated using the F# Programming Power Pack