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


IConditionalAction4.LocationTrigger Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IConditionalAction4 Interface > IConditionalAction4.LocationTrigger Property
ArcGIS Developer Help

IConditionalAction4.LocationTrigger Property

Custom location trigger for the action if one is being used.

[Visual Basic .NET]
Public Property LocationTrigger As ILocationTrigger
[C#]
public ILocationTrigger LocationTrigger {get; set;}
[C++]
HRESULT get_LocationTrigger(
  ILocationTrigger* ppLocationTrigger
);
[C++]
HRESULT putref_LocationTrigger(
  ILocationTrigger** ppLocationTrigger
);
[C++]
Parameters
ppLocationTrigger [in]

ppLocationTrigger is a parameter of type ILocationTrigger* ppLocationTrigger [out, retval]
ppLocationTrigger is a parameter of type ILocationTrigger**

Product Availability

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

See Also

IConditionalAction4 Interface