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


IActionLookupSupport.Register 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.Register Method
ArcGIS Developer Help

IActionLookupSupport.Register Method

Register an Action Processor.

[Visual Basic .NET]
Public Sub Register ( _
    ByVal ActionProcessor As IActionProcessor _
)
[C#]
public void Register (
    IActionProcessor ActionProcessor
);
[C++]
HRESULT Register(
  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