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


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

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