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

recordDimension

Description

Metadata for the record dimension

Declare

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

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]