This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRepresentationRenderer Interface > IRepresentationRenderer.RepresentationClass Property (ArcObjects .NET 10.4 SDK) |
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 [out, retval]
repClass is a parameter of type IRepresentationClass repClass [in]
repClass is a parameter of type IRepresentationClass
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.