STK UI PluginsSend comments on this topic.
PickExtent Method (IAgUiPlugin3DNotifyContext)
See Also
West
South
East
North
Windows





Windows & Linux

Description

Pick STK objects within the specified extent on the central body's surface. The parameters are specified in radians.

Syntax

[Visual Basic .NET]
Public Function PickExtent( _
    ByVal West As Double, _
    ByVal South As Double, _
    ByVal East As Double, _
    ByVal North As Double _
) As System.Array
[C#]
public System.Array PickExtent(
    double West,
    double South,
    double East,
    double North
);
[Managed C++]
public: System::Array PickExtent(
    double West,
    double South,
    double East,
    double North
);
[Unmanaged C++]
public: HRESULT PickExtent(
    double West,
    double South,
    double East,
    double North,
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray pickExtent(
    double West,
    double South,
    double East,
    double North
);

Parameters

West
South
East
North

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.