ArcObjects Library Reference (Carto)  

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 [out, retval]

  repClass is a parameter of type IRepresentationClass

repClass [in]

  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