This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IC > IConditionalActionSetup Interface > IConditionalActionSetup.SetCurrentLocationTriggerNameAndDesc Method (ArcObjects .NET 10.4 SDK) |
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