STK UI PluginsSend comments on this topic.
OnPickInfo Method (IAgUiPlugin3DNotify)
See Also
EventArgs
Context
Windows





Windows & Linux

Description

Invoked by the hosting application when a single object or multiple objects have been selected in a 3D window using a rubber band selector.

Syntax

[Visual Basic .NET]
Public Sub OnPickInfo( _
    ByVal EventArgs As IAgUiPlugin3DPickEventArgs, _
    ByVal Context As IAgUiPlugin3DNotifyContext _
)
[Managed C++]
public: void OnPickInfo(
    IAgUiPlugin3DPickEventArgs ^ EventArgs,
    IAgUiPlugin3DNotifyContext ^ Context
);
[Unmanaged C++]
public: HRESULT OnPickInfo(
    IAgUiPlugin3DPickEventArgs * EventArgs,
    IAgUiPlugin3DNotifyContext * Context
);

Parameters

EventArgs
Context

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.