This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IC > IConditionalActionSetup Interface > IConditionalActionSetup.NegateLocationTrigger Property (ArcObjects .NET 10.4 SDK) |
Get whether or not to negate the location trigger test results.
[Visual Basic .NET] Public Property NegateLocationTrigger As Boolean
[C#] public bool NegateLocationTrigger {get; set;}
[C++]
HRESULT get_NegateLocationTrigger(
VARIANT_BOOL* pNegateLocationTrigger
);
[C++]
HRESULT put_NegateLocationTrigger(
VARIANT_BOOL pNegateLocationTrigger
);
[C++]
Parameters pNegateLocationTrigger [out, retval] pNegateLocationTrigger is a parameter of type VARIANT_BOOL pNegateLocationTrigger [in] pNegateLocationTrigger is a parameter of type VARIANT_BOOL