STK ObjectsSend 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 _
)
[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
);
[Unmanaged C++]
public: HRESULT GetExclZone(
    long Index,
    VARIANT * pMinLat,
    VARIANT * pMinLon,
    VARIANT * pMaxLat,
    VARIANT * pMaxLon
);
[Python - STK API ]
def GetExclZone(self, Index:int) -> typing.Tuple[typing.Any, typing.Any, typing.Any, typing.Any]:

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

© 2024 Analytical Graphics, Inc. All Rights Reserved.