Show / Hide Table of Contents

Interface IParameterValues

Namespace: MAT.Atlas.Automation.Api.Models.Interfaces
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public interface IParameterValues

Properties

Data

Declaration
double[] Data { get; set; }
Property Value
Type Description
System.Double[]

DataStatus

Declaration
DataStatusType[] DataStatus { get; set; }
Property Value
Type Description
DataStatusType[]

DataStatusVba

Declaration
int[] DataStatusVba { get; set; }
Property Value
Type Description
System.Int32[]

SampleCount

Declaration
long SampleCount { get; set; }
Property Value
Type Description
System.Int64

SampleCountVba

Declaration
int SampleCountVba { get; set; }
Property Value
Type Description
System.Int32

Time

Declaration
long[] Time { get; set; }
Property Value
Type Description
System.Int64[]

TimeVba

Declaration
double[] TimeVba { get; set; }
Property Value
Type Description
System.Double[]
In This Article
Back to top Generated by DocFX