This document is archived and information here might be outdated.  Recommended version.


IActionLookupSupport.UnRegister Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IActionLookupSupport.UnRegister Method

Unregister an Action Processor.

[Visual Basic .NET]
Public Sub UnRegister ( _
    ByVal ActionProcessor As IActionProcessor _
)
[C#]
public void UnRegister (
    IActionProcessor ActionProcessor
);
[C++]
HRESULT UnRegister(
  IActionProcessor* ActionProcessor
);
[C++]

Parameters ActionProcessor [in]
ActionProcessor is a parameter of type IActionProcessor

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IActionLookupSupport Interface