Header {Microsoft.VisualBasic.DataStorage.netCDF.Components} .NET clr documentation

Header

Description

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

Declare

            
# 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;
}

        

.NET clr type reference tree

  1. use by property member dimensions: Dimension
  2. use by property member globalAttributes: attribute
  3. use by property member recordDimension: recordDimension
  4. use by property member variables: variable
  5. use by property member version: Byte

[Package {$package} version {$version} Index]