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


IRepresentationClass.FeatureClass Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRepresentationClass Interface > IRepresentationClass.FeatureClass Property
ArcGIS Developer Help

IRepresentationClass.FeatureClass Property

Feature class associated with this representation class.

[Visual Basic .NET]
Public ReadOnly Property FeatureClass As IFeatureClass
[C#]
public IFeatureClass FeatureClass {get;}
[C++]
HRESULT get_FeatureClass(
  IFeatureClass** FeatureClass
);
[C++]
Parameters
FeatureClass [out, retval]

FeatureClass is a parameter of type IFeatureClass**

Product Availability

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

Description

FeatureClass property returns a reference to the feature class to which the representation class belongs.

See Also

IRepresentationClass Interface