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


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

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