This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IConditionalAction Interface > IConditionalAction.TriggerType Property (ArcObjects .NET 10.4 SDK) |
Type of trigger used to execute an action: Always, Location, Attribute, or Attribute and Location.
[Visual Basic .NET] Public Property TriggerType As enumTriggerType
[C#] public enumTriggerType TriggerType {get; set;}
[C++]
HRESULT get_TriggerType(
enumTriggerType* pVal
);
[C++]
HRESULT put_TriggerType(
enumTriggerType pVal
);
[C++]
Parameters pVal [out, retval]
pVal is a parameter of type enumTriggerType pVal [in]
pVal is a parameter of type enumTriggerType