AGI STK Objects 11 Send comments on this topic.
GetExclZone Method (IAgAccessCnstrExclZonesCollection)
See Also 
Index
Specifies which exclusion zone to modify.
pMinLat
The minimum latitude.
pMinLon
The minimum longitude.
pMaxLat
The maximum latitude.
pMaxLon
The maximum longitude.





Description

Returns min and max lat/lon values at a given index. Lat/Lon Values use Latitude and Longitude Dimensions respectively.

Syntax

[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(
int Index,
ref System.Object pMinLat,
ref System.Object pMinLon,
ref System.Object pMaxLat,
ref System.Object pMaxLon
);

[Managed C++]
public: void GetExclZone(
int Index,
VARIANT ^ pMinLat,
VARIANT ^ pMinLon,
VARIANT ^ pMaxLat,
VARIANT ^ pMaxLon
);

[Java]
public  getExclZone(
int Index,
Variant pMinLat,
Variant pMinLon,
Variant pMaxLat,
Variant pMaxLon
);

[Unmanaged C++]
public: HRESULT GetExclZone(
long Index,
VARIANT * pMinLat,
VARIANT * pMinLon,
VARIANT * pMaxLat,
VARIANT * pMaxLon
);

Parameters

Index
Specifies which exclusion zone to modify.
pMinLat
The minimum latitude.
pMinLon
The minimum longitude.
pMaxLat
The maximum latitude.
pMaxLon
The maximum longitude.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1