This document is archived and information here might be outdated. Recommended version. |
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**
FeatureClass property returns a reference to the feature class to which the representation class belongs.