ArcObjects Library Reference (TrackingAnalyst)  

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