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


IConditionalActionSetup.SetCurrentLocationTriggerNameAndDesc Method (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.SetCurrentLocationTriggerNameAndDesc Method
ArcGIS Developer Help

IConditionalActionSetup.SetCurrentLocationTriggerNameAndDesc Method

Get TODO.

[Visual Basic .NET]
Public Sub SetCurrentLocationTriggerNameAndDesc ( _
    ByVal bstrCustomLocationTriggerName As String, _
    ByVal bstrCustomLocationTriggerDesc As String _
)
[C#]
public void SetCurrentLocationTriggerNameAndDesc (
    string bstrCustomLocationTriggerName,
    string bstrCustomLocationTriggerDesc
);
[C++]
HRESULT SetCurrentLocationTriggerNameAndDesc(
  BSTR bstrCustomLocationTriggerName,
  BSTR bstrCustomLocationTriggerDesc
);
[C++]
Parameters
bstrCustomLocationTriggerName [in]

bstrCustomLocationTriggerName is a parameter of type BSTR bstrCustomLocationTriggerDesc [in]
bstrCustomLocationTriggerDesc 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