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


IConditionalActionSetup.CurrentLocationTriggerName 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.CurrentLocationTriggerName Property
ArcGIS Developer Help

IConditionalActionSetup.CurrentLocationTriggerName Property

Get TODO.

[Visual Basic .NET]
Public ReadOnly Property CurrentLocationTriggerName As String
[C#]
public string CurrentLocationTriggerName {get;}
[C++]
HRESULT get_CurrentLocationTriggerName(
  System.String* pbstrCustomLocationTriggerName
);
[C++]
Parameters
pbstrCustomLocationTriggerName [out, retval]

pbstrCustomLocationTriggerName is a parameter of type BSTR*

Product Availability

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

See Also

IConditionalActionSetup Interface