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