AGI Ui Plugins 11 Send 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
);

[Java]
public Object[] pick(
ppInteger X,
ppInteger Y
);

[Unmanaged C++]
public: HRESULT Pick(
int X,
int Y,
SAFEARRAY ** Array
);

Parameters

X
Y

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface