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(
  VARIANT_BOOL* pVal
);
[C++]
HRESULT put_Inverted(
  VARIANT_BOOL pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type VARIANT_BOOL pVal [in]   pVal is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ILocationTrigger Interface