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


IRepresentationClass.FeatureClass Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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