Invoked by the hosting application when a
single object or multiple objects have been selected in a 3D window
using a rubber band selector.
| [Visual Basic .NET] |
|---|
Public Sub OnPickInfo( _
ByVal EventArgs As IAgUiPlugin3DPickEventArgs, _
ByVal Context As IAgUiPlugin3DNotifyContext _
)
|
| [C#] |
|---|
public void OnPickInfo(
|
| [Managed C++] |
|---|
public: void OnPickInfo(
|
| [Java] |
|---|
public onPickInfo(
|
| [Unmanaged C++] |
|---|
public: HRESULT OnPickInfo(
|
- EventArgs
- Context