Returns min and max lat/lon values at a given index. Lat/Lon Values use Latitude and Longitude Dimensions respectively.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
[Python - STK API ] |
|---|
def GetExclZone(self, Index:int) -> typing.Tuple[typing.Any, typing.Any, typing.Any, typing.Any]: |
- Index
- Specifies which exclusion zone to modify.
- pMinLat
- The minimum latitude.
- pMinLon
- The minimum longitude.
- pMaxLat
- The maximum latitude.
- pMaxLon
- The maximum longitude.






