ArcObjects Library Reference (TrackingAnalyst)  

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