AGI STK Objects 11Send comments on this topic.
RemoveExclZone Method (IAgAccessCnstrExclZonesCollection)
See Also
MinLat
The minimum latitude.
MinLon
The minimum longitude.
MaxLat
The maximum latitude.
MaxLon
The maximum longitude.
Windows






Windows & Linux

Description

Removes an Exclusion Zone using the min and max lat/lon values. Lat/Lon Values use Latitude and Longitude Dimensions respectively.

Syntax

[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
);
[Managed C++]
public: void RemoveExclZone(
    VARIANT MinLat,
    VARIANT MinLon,
    VARIANT MaxLat,
    VARIANT MaxLon
);
[Java]
public void removeExclZone(
    VARIANT MinLat,
    VARIANT MinLon,
    VARIANT MaxLat,
    VARIANT MaxLon
);
[Unmanaged C++]
public: HRESULT RemoveExclZone(
    VARIANT MinLat,
    VARIANT MinLon,
    VARIANT MaxLat,
    VARIANT MaxLon
);

Parameters

MinLat
The minimum latitude.
MinLon
The minimum longitude.
MaxLat
The maximum latitude.
MaxLon
The maximum longitude.

Remarks

Removes an exclusion zone using minlat, minlon, maxlat, and maxlon as the search criteria.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.