AGI Ui Plugins 11 Send comments on this topic.
OnPickInfo Method (IAgUiPlugin3DNotify)
See Also 
EventArgs
Context





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1