This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IM > IMessageDispatcher Interface > IMessageDispatcher.Remove Method (ArcObjects .NET 10.5 SDK) |
Removes messages associated with the window.
[Visual Basic .NET] Public Sub Remove ( _ ByVal hWnd As Integer, _ ByVal bSingle As Boolean, _ [ByRef pbCancelled As Object] _ )
[C#] public void Remove ( int hWnd, bool bSingle, ref object pbCancelled );
Optional Values
[C++]
HRESULT Remove(
Long hWnd,
VARIANT_BOOL bSingle,
VARIANT* pbCancelled
);
[C++]
Parameters hWnd [in] hWnd is a parameter of type Long bSingle [in] bSingle is a parameter of type VARIANT_BOOL pbCancelled [out, optional] pbCancelled is a parameter of type VARIANT
To indicate this parameter is undefined pass a reference to a VARIANT with type VT_ERROR and scode value of DISP_E_PARAMNOTFOUND.