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


IActionLookupSupport.UnRegister Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IA > IActionLookupSupport Interface > IActionLookupSupport.UnRegister Method
ArcGIS Developer Help

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