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


IConditionalActionSetup.LocationTriggerType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IC > IConditionalActionSetup Interface > IConditionalActionSetup.LocationTriggerType Property
ArcGIS Developer Help

IConditionalActionSetup.LocationTriggerType Property

Get TODO.

[Visual Basic .NET]
Public Property LocationTriggerType As esriSpatialRelEnum
[C#]
public esriSpatialRelEnum LocationTriggerType {get; set;}
[C++]
HRESULT get_LocationTriggerType(
  esriSpatialRelEnum pLocationTriggerType
);
[C++]
HRESULT put_LocationTriggerType(
  esriSpatialRelEnum* pLocationTriggerType
);
[C++]
Parameters
pLocationTriggerType [in]

pLocationTriggerType is a parameter of type esriSpatialRelEnum pLocationTriggerType [out, retval]
pLocationTriggerType is a parameter of type esriSpatialRelEnum*

Product Availability

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

See Also

IConditionalActionSetup Interface