Class MeasureResult3D
测量结果
public class MeasureResult3D : ReturnValueBase
- Inheritance
-
MeasureResult3D
- Inherited Members
- Extension Methods
Constructors
MeasureResult3D()
构造
public MeasureResult3D()
Properties
IsPass
是否合格(null=测量异常 false=不合格 true=合格)
public bool? IsPass { get; }
Property Value
- bool?
Items
测量项结果
public List<MeasureItemResult3D> Items { get; set; }