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


IRepresentationLegendClass.RepresentationClass 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.RepresentationClass Property
ArcGIS Developer Help

IRepresentationLegendClass.RepresentationClass Property

The feature class representation identified by the legend class.

[Visual Basic .NET]
Public ReadOnly Property RepresentationClass As IRepresentationClass
[C#]
public IRepresentationClass RepresentationClass {get;}
[C++]
HRESULT get_RepresentationClass(
  IRepresentationClass** repClass
);
[C++]
Parameters
repClass [out, retval]

repClass is a parameter of type IRepresentationClass**

Product Availability

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

See Also

IRepresentationLegendClass Interface