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


IConditionalAction3.ConditionalActionDescription Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IConditionalAction3.ConditionalActionDescription Property

The string description of the conditional action test.

[Visual Basic .NET]
Public ReadOnly Property ConditionalActionDescription As String
[C#]
public string ConditionalActionDescription {get;}
[C++]
HRESULT get_ConditionalActionDescription(
  BSTR* pbstrDesc
);
[C++]

Parameters pbstrDesc [out, retval] pbstrDesc is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IConditionalAction3 Interface