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


IFeatureClassUtil Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureClassUtil Interface
ArcGIS Developer Help

IFeatureClassUtil Interface

Provides access to members that return features in the specified spatial reference.

Product Availability

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

Members

Name Description
Method GetFeature Gets the feature from the database with the specified object ID, in the specified spatial reference.
Method GetFeatures Get a cursor of features given a set of object ids, in the specified spatial reference.

Classes that implement IFeatureClassUtil

Classes Description
SchematicInMemoryFeatureClass (esriSchematic) Schematic in memory feature class object.

Remarks

This interface is implemented by feature classes.