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


IConditionalActionSetup.NegateLocationTrigger Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

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(
  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

Product Availability

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

See Also

IConditionalActionSetup Interface