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


ILocationTriggerAdmin.Configure Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IL > ILocationTriggerAdmin Interface > ILocationTriggerAdmin.Configure Method
ArcGIS Developer Help

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(
  OLE_HANDLE hParentWindowHandle,
  ISet* piObjects
);
[C++]
Parameters
hParentWindowHandle [in]

hParentWindowHandle is a parameter of type OLE_HANDLE 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