Esempio n. 1
0
 public IList <IArea> GetAreasOfSpot(IPoint3D spot, bool checkZ)
 {
     return(ZoneRegion.GetAreasOfZone(this, spot, checkZ));
 }
Esempio n. 2
0
 public IList <IArea> GetAreasOfSpot(int x, int y, int z)
 {
     return(ZoneRegion.GetAreasOfZone(this, x, y, z));
 }