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


ILocationTrigger.Inverted Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILocationTrigger Interface > ILocationTrigger.Inverted Property
ArcGIS Developer Help

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