コード例 #1
0
 public PointInfo(GENERIC_SYSTEM_PARAMETERS.POINTS.POINT point, string pos, string orient, PointLocation src, IInfo srcI)
 {
     this.ptSrc    = src;
     this.Point    = point;
     this.position = pos;
     this.orient   = orient;
     this.srcStr   = srcI;
     check();
 }
コード例 #2
0
 //根据配置得到point信息
 public PointInfo(GENERIC_SYSTEM_PARAMETERS.POINTS.POINT point, string pos, string orient, bool isConfig, PointLocation src)
 {
     //upstream not use
     throw new Exception("Upstream call PointInfo, Error, upstream is not support!");
 }