AGI Ui Plugins 11 Send comments on this topic.
Pick Method (IAgUiPlugin3DNotifyContext)
See Also 
X
Y





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1