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


IConditionalAction.LocationTriggerType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IConditionalAction.LocationTriggerType Property

Spatial relationship of an intrinsic location trigger.

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

Parameters pVal [out, retval]
pVal is a parameter of type esriSpatialRelEnum pVal [in]
pVal is a parameter of type esriSpatialRelEnum

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IConditionalAction Interface