Esempio n. 1
0
 public uint AddFigure(MapFigure figure)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public bool UpdateFigure(uint id, MapFigure figure)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 /// <summary>
 /// zooms and centers route
 /// </summary>
 /// <param name="figure"></param>
 /// <returns></returns>
 public bool ZoomAndCenterFigure(MapFigure figure)
 {
     return(fCore.ZoomAndCenterFigure(figure));
 }