ArcObjects Library Reference (TrackingAnalyst)  

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 [out, retval]

  pLocationTriggerType is a parameter of type esriSpatialRelEnum

pLocationTriggerType [in]

  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