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


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

IActionGEN.RulesDescription Property

Describes what the action will do.

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

pbstrRulesDescription is a parameter of type BSTR*

Product Availability

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

See Also

IActionGEN Interface