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


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

ITemporalRecordSet.FeatureClass Property

A reference to the feature class of which this record set is a member.

[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

ITemporalRecordSet Interface