Class DataSaveItemPosition
定位数据项
public class DataSaveItemPosition
- Inheritance
-
DataSaveItemPosition
- Inherited Members
- Extension Methods
Properties
Camera
相机位置
public CPointAngle Camera { get; set; }
Property Value
ItemName
名称
public string ItemName { get; set; }
Property Value
MeasureValue
检测值
public string MeasureValue { get; set; }
Property Value
Offset
偏差位置
public CPointAngle Offset { get; set; }
Property Value
Value
机械位置
public CPointAngle Value { get; set; }