ArcObjects Library Reference (Carto)  

IConditionalAction.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

IConditionalAction Interface