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


IActionEvaluate.ActionSpecificRuleText Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

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(
  BSTR* 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