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


IConditionalAction2.LocationTriggerName Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IConditionalAction2.LocationTriggerName Property

Name of the custom location trigger for the action if one is being used.

[Visual Basic .NET]
Public Property LocationTriggerName As String
[C#]
public string LocationTriggerName {get; set;}
[C++]
HRESULT get_LocationTriggerName(
  BSTR pVal
);
[C++]
HRESULT put_LocationTriggerName(
  System.String* pVal
);
[C++]

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

Product Availability

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

See Also

IConditionalAction2 Interface