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


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

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 [in]

pTriggerType is a parameter of type enumTriggerType pTriggerType [out, retval]
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