 | DataFileInfoRecordSize Property |
Gets total the number of columns per record in the file.
Namespace: ema3d.Api.V25.ResultsAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic int RecordSize { get; }
Public ReadOnly Property RecordSize As Integer
Get
public:
property int RecordSize {
int get ();
}
member RecordSize : int with get
Property Value
Int32
Remarks
This is the total number of columns, ignoring the first column (independent variable) if it exists and may be > Series.Count.
See Also