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 
[C#]
public System.Array Pick(
    int X,
    int Y
);
[Managed C++]
public: System::Array Pick(
    int X,
    int Y
);
[Java]
public VariantArray pick(
    Integer X,
    Integer Y
);
[Unmanaged C++]
public: HRESULT Pick(
    int X,
    int Y,
    SAFEARRAY * * ppRetVal
);

Parameters

X
Y

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.