This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IL > ILocationTriggerAdmin Interface > ILocationTriggerAdmin.Configure Method (ArcObjects .NET 10.5 SDK) |
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