Removes an Exclusion Zone using the min and max lat/lon values. Lat/Lon Values use Latitude and Longitude Dimensions respectively.
[Visual Basic .NET] |
---|
Public Sub RemoveExclZone( _ ByVal MinLat As System.Object, _ ByVal MinLon As System.Object, _ ByVal MaxLat As System.Object, _ ByVal MaxLon As System.Object _ ) As |
[C#] |
---|
public void RemoveExclZone( System.Object MinLat, System.Object MinLon, System.Object MaxLat, System.Object MaxLon ); |
- MinLat
- The minimum latitude.
- MinLon
- The minimum longitude.
- MaxLat
- The maximum latitude.
- MaxLon
- The maximum longitude.
Removes an exclusion zone using minlat, minlon, maxlat, and maxlon as the search criteria.