STK UI PluginsSend comments on this topic.
PickRectangular Method (IAgUiPlugin3DNotifyContext)
See Also
Left
Bottom
Right
Top
Windows





Windows & Linux

Description

Pick STK objects within the specified region.

Syntax

[Visual Basic .NET]
Public Function PickRectangular( _
    ByVal Left As Integer, _
    ByVal Bottom As Integer, _
    ByVal Right As Integer, _
    ByVal Top As Integer _
) As System.Array
[C#]
public System.Array PickRectangular(
    int Left,
    int Bottom,
    int Right,
    int Top
);
[Managed C++]
public: System::Array PickRectangular(
    int Left,
    int Bottom,
    int Right,
    int Top
);
[Unmanaged C++]
public: HRESULT PickRectangular(
    int Left,
    int Bottom,
    int Right,
    int Top,
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray pickRectangular(
    Integer Left,
    Integer Bottom,
    Integer Right,
    Integer Top
);

Parameters

Left
Bottom
Right
Top

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.