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