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

See Also

IAction Interface