Header {Microsoft.VisualBasic.DataStorage.netCDF.Components} | .NET clr documentation |
Object with the fields: + `recordDimension` Number with the length of record dimension + `dimensions`: List of dimensions + `globalAttributes`: List of global attributes + `variables`: List of variables
# namespace Microsoft.VisualBasic.DataStorage.netCDF.Components
export class Header {
# List of dimensions
dimensions: Dimension[];
# List of global attributes
globalAttributes: attribute[];
# Number with the length of record dimension
recordDimension: recordDimension;
# List of variables
variables: variable[];
# + \x01 classic format (CDF-1)
# + \x02 64-bit offset format (CDF-2)
version: Byte;
}
dimensions
: DimensionglobalAttributes
: attributerecordDimension
: recordDimensionvariables
: variableversion
: Byte