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( IAgUiPlugin3DPickEventArgs EventArgs, IAgUiPlugin3DNotifyContext Context ); |
[Managed C++] |
---|
public: void OnPickInfo( IAgUiPlugin3DPickEventArgs ^ EventArgs, IAgUiPlugin3DNotifyContext ^ Context ); |
[Unmanaged C++] |
---|
public: HRESULT OnPickInfo( IAgUiPlugin3DPickEventArgs * EventArgs, IAgUiPlugin3DNotifyContext * Context ); |
[Java] |
---|
public void onPickInfo( IAgUiPlugin3DPickEventArgs EventArgs, IAgUiPlugin3DNotifyContext Context ); |
- EventArgs
- Context