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


IRepresentationLegendClass.RuleID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRepresentationLegendClass Interface > IRepresentationLegendClass.RuleID Property
ArcGIS Developer Help

IRepresentationLegendClass.RuleID Property

The rule ID identified by the legend class.

[Visual Basic .NET]
Public ReadOnly Property RuleID As Integer
[C#]
public int RuleID {get;}
[C++]
HRESULT get_RuleID(
  System.Int32* RuleID
);
[C++]
Parameters
RuleID [out, retval]

RuleID is a parameter of type long*

Product Availability

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

See Also

IRepresentationLegendClass Interface