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


IConditionalAction2.TriggerType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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