C# Class CBIBS.MeasurementList

显示文件 Open project: NGFieldScope/JS-FieldScope

Public Properties

Property Type Description
constellation string
measurement string[]
station string
time string[]
units string[]
value double[]

Property Details

constellation public_oe property

public string constellation
return string

measurement public_oe property

public string[] measurement
return string[]

station public_oe property

public string station
return string

time public_oe property

public string[] time
return string[]

units public_oe property

public string[] units
return string[]

value public_oe property

public double[] value
return double[]