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


IConditionalActionSetup.NegateLocationTrigger Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IC > IConditionalActionSetup Interface > IConditionalActionSetup.NegateLocationTrigger Property
ArcGIS Developer Help

IConditionalActionSetup.NegateLocationTrigger Property

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(
  Boolean* pNegateLocationTrigger
);
[C++]
HRESULT put_NegateLocationTrigger(
  VARIANT_BOOL pNegateLocationTrigger
);
[C++]
Parameters
pNegateLocationTrigger [out, retval]

pNegateLocationTrigger is a parameter of type bool* pNegateLocationTrigger [in]
pNegateLocationTrigger is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IConditionalActionSetup Interface