This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILocationTrigger Interface > ILocationTrigger.Inverted Property (ArcObjects .NET 10.4 SDK) |
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