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