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


IConditionalAction4.LocationTrigger Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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 [out, retval]
ppLocationTrigger is a parameter of type ILocationTrigger ppLocationTrigger [in]
ppLocationTrigger is a parameter of type ILocationTrigger

Product Availability

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

See Also

IConditionalAction4 Interface