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


ILocationTriggerAdmin.Configure Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ILocationTriggerAdmin.Configure Method

Open a configuration dialog for the location trigger properties. At a minimum the ISet will contain one or more of the following objects, Action to be edited, Trigger Layer, Server Connection, and Polygon Source Name.

[Visual Basic .NET]
Public Sub configure ( _
    ByVal hParentWindowHandle As Integer, _
    ByVal piObjects As ISet _
)
[C#]
public void configure (
    int hParentWindowHandle,
    ISet piObjects
);
[C++]
HRESULT configure(
  Long hParentWindowHandle,
  ISet* piObjects
);
[C++]

Parameters hParentWindowHandle [in] hParentWindowHandle is a parameter of type Long piObjects [in]
piObjects is a parameter of type ISet

Product Availability

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

See Also

ILocationTriggerAdmin Interface