Interface Header

Hierarchy

  • Header

Properties

dimensions: {
    name: string;
    size: number;
}[]

Type declaration

  • name: string
  • size: number
globalAttributes: Attribute[]
recordDimension: {
    id?: number;
    length: number;
    name?: string;
    recordStep?: number;
}

Type declaration

  • Optional id?: number
  • length: number

    Length of the record dimension sum of the varSize's of all the record variables.

  • Optional name?: string
  • Optional recordStep?: number
variables: Variable[]
version: number