Returns min and max lat/lon values at a given
index. Lat/Lon Values use Latitude and Longitude Dimensions
respectively.
| [Visual Basic .NET] |
|---|
Public Sub GetExclZone( _
ByVal Index As Integer, _
ByRef pMinLat As System.Object, _
ByRef pMinLon As System.Object, _
ByRef pMaxLat As System.Object, _
ByRef pMaxLon As System.Object _
)
|
| [C#] |
|---|
public void GetExclZone(
|
| [Managed C++] |
|---|
public: void GetExclZone(
|
- Index
- Specifies which exclusion zone to modify.
- pMinLat
- The minimum latitude.
- pMinLon
- The minimum longitude.
- pMaxLat
- The maximum latitude.
- pMaxLon
- The maximum longitude.