Table of Contents

Class MeasureItemResult

Namespace
AT.Librarys.Container.Station
Assembly
AT.Librarys.Container.dll

测量项结果

public class MeasureItemResult : ReturnValueBase
Inheritance
MeasureItemResult
Inherited Members
Extension Methods

Constructors

MeasureItemResult()

构造

public MeasureItemResult()

Fields

MeasurePoint1

测量1点

public List<CPoint> MeasurePoint1

Field Value

List<CPoint>

MeasurePoint2

测量2点

public List<CPoint> MeasurePoint2

Field Value

List<CPoint>

Properties

ClassInfo

类别信息

public ClassInfo ClassInfo { get; set; }

Property Value

ClassInfo

DatumLine

基准线

public CLine DatumLine { get; set; }

Property Value

CLine

DatumPoint

基准点

public CPoint DatumPoint { get; set; }

Property Value

CPoint

IsOK

是否合格(null=测量异常 false=不合格 true=合格)

public bool? IsOK { get; set; }

Property Value

bool?

IsPass

是否合格(null=测量异常 false=不合格 true=合格)

public string IsPass { get; }

Property Value

string

LL

下限

public double LL { get; set; }

Property Value

double

LU

上限

public double LU { get; set; }

Property Value

double