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


ITxFeatureClass.FeatureClass Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITxFeatureClass.FeatureClass Property

The internal feature class.

[Visual Basic .NET]
Public Property FeatureClass As IFeatureClass
[C#]
public IFeatureClass FeatureClass {get; set;}
[C++]
HRESULT get_FeatureClass(
  IFeatureClass** FeatureClass
);
[C++]
HRESULT putref_FeatureClass(
  IFeatureClass* FeatureClass
);
[C++]

Parameters FeatureClass [out, retval]
FeatureClass is a parameter of type IFeatureClass FeatureClass [in]
FeatureClass is a parameter of type IFeatureClass

Product Availability

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

See Also

ITxFeatureClass Interface