This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IConditionalAction4 Interface > IConditionalAction4.LocationTrigger Property (ArcObjects .NET 10.5 SDK) |
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