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


IRepresentationLegendClass.RuleID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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(
  long* 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