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


IActionEvaluate.ActionSpecificRuleText Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IA > IActionEvaluate Interface > IActionEvaluate.ActionSpecificRuleText Property
ArcGIS Developer Help

IActionEvaluate.ActionSpecificRuleText Property

The text that describes the basic purpose and reason for the action, such as with tag actions what is being tagged.

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

pbstrActionSpecificRuleText is a parameter of type BSTR*

Product Availability

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

See Also

IActionEvaluate Interface