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


ILocationTriggerAdmin.InitializeState 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.InitializeState Method
ArcGIS Developer Help

ILocationTriggerAdmin.InitializeState Method

Initializes the Location Trigger to its default state.

[Visual Basic .NET]
Public Sub InitializeState ( _
)
[C#]
public void InitializeState (
);
[C++]
HRESULT InitializeState(
void
);

Product Availability

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

See Also

ILocationTriggerAdmin Interface