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


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

IRepresentationRenderer.RepresentationClass Property

Property RepresentationClass.

[Visual Basic .NET]
Public Property RepresentationClass As IRepresentationClass
[C#]
public IRepresentationClass RepresentationClass {get; set;}
[C++]
HRESULT get_RepresentationClass(
  IRepresentationClass* repClass
);
[C++]
HRESULT putref_RepresentationClass(
  IRepresentationClass** repClass
);
[C++]
Parameters
repClass [in]

repClass is a parameter of type IRepresentationClass* repClass [out, retval]
repClass is a parameter of type IRepresentationClass**

Product Availability

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

Description

This is the RepresentationClass referenced by the renderer so that all features are drawn using the representation information present in the representation class. Since a single feature class can have multiple representation classes, any single representation class can be used to draw all of its features.

See Also

IRepresentationRenderer Interface