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


ILocationTrigger.Inverted Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

ILocationTrigger.Inverted Property

Indicates whether or not location trigger has been negated.

[Visual Basic .NET]
Public Property Inverted As Boolean
[C#]
public bool Inverted {get; set;}
[C++]
HRESULT get_Inverted(
  Boolean* pVal
);
[C++]
HRESULT put_Inverted(
  VARIANT_BOOL pVal
);
[C++]

Parameters pVal [out, retval]
pVal is a parameter of type bool* pVal [in]
pVal is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILocationTrigger Interface