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


IConditionalAction.LocationTriggerName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IConditionalAction Interface > IConditionalAction.LocationTriggerName Property
ArcGIS Developer Help

IConditionalAction.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

IConditionalAction Interface