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


IAction.RulesDescription Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IAction.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.

See Also

IAction Interface