ArcObjects Library Reference (Carto)  

IConditionalAction2.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

IConditionalAction2 Interface