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


IConditionalActionSetup.TriggerType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IConditionalActionSetup.TriggerType Property

Get the Actions Trigger Type.

[Visual Basic .NET]
Public Property TriggerType As enumTriggerType
[C#]
public enumTriggerType TriggerType {get; set;}
[C++]
HRESULT get_TriggerType(
  enumTriggerType* pTriggerType
);
[C++]
HRESULT put_TriggerType(
  enumTriggerType pTriggerType
);
[C++]

Parameters pTriggerType [out, retval]
pTriggerType is a parameter of type enumTriggerType pTriggerType [in]
pTriggerType is a parameter of type enumTriggerType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IConditionalActionSetup Interface