recordDimension {Microsoft.VisualBasic.DataStorage.netCDF.Components} | .NET clr documentation |
Metadata for the record dimension
# namespace Microsoft.VisualBasic.DataStorage.netCDF.Components
export class recordDimension {
# Id number In the list Of dimensions For the record dimension
id: integer;
# Number of elements in the record dimension
length: integer;
# String with the name of the record dimension
name: string;
# Number with the record variables step size
recordStep: integer;
}