AGI STK Objects 11Send 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.
Windows






Windows & Linux

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 _
) As 
[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 void 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

© 2019 Analytical Graphics, Inc. All Rights Reserved.