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


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

IConditionalAction2.TriggerType Property

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

Product Availability

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

See Also

IConditionalAction2 Interface