STK UI PluginsSend comments on this topic.
Pick Method (IAgUiPlugin3DNotifyContext)
See Also
X
Y
Windows





Windows & Linux

Description

Pick STK objects at the specified position.

Syntax

[Visual Basic .NET]
Public Function Pick( _
    ByVal X As Integer, _
    ByVal Y As Integer _
) As System.Array
[C#]
public System.Array Pick(
    int X,
    int Y
);
[Managed C++]
public: System::Array Pick(
    int X,
    int Y
);
[Unmanaged C++]
public: HRESULT Pick(
    int X,
    int Y,
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray pick(
    Integer X,
    Integer Y
);

Parameters

X
Y

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.