ArcObjects Library Reference (Carto)  

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(
  BSTR pVal
);
[C++]

Parameters

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

Product Availability

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

See Also

IConditionalAction Interface