This document is archived and information here might be outdated. Recommended version. |
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**
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.