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


ICoverageFeatureClass Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IC > ICoverageFeatureClass Interface
ArcGIS Developer Help

ICoverageFeatureClass Interface

Provides access to members that retrieve ArcInfo Coverage Feature Class information. Note: the ICoverageFeatureClass interface has been superseded by ICoverageFeatureClass2. Please consider using the more recent version.

Product Availability

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

When To Use

Use this interface to find the values of the properties: type, attribute table, and topology, for an ArcGIS for Desktop Advanced feature class.

Members

Name Description
Read-only property FeatureClassType Type of the Feature Class.
Read-only property HasFAT Indicates if the Feature Class has a Feature Attribute Table.
Read-only property Topology Topology of the Feature Class.

Classes that implement ICoverageFeatureClass

Classes Description