ArcObjects Library Reference (Carto)  

IConditionalAction.TriggerLayerName Property

Name of layer containing location test polygons.

[Visual Basic .NET]
Public ReadOnly Property TriggerLayerName As String
[C#]
public string TriggerLayerName {get;}
[C++]
HRESULT get_TriggerLayerName(
  BSTR* pVal
);
[C++]

Parameters

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