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


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

IFeatureClassEdit Interface

Provides access to information about feature class editing properties.

Product Availability

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

Description

The IFeatureClassEdit interface is an optional interface for class extensions, used for specifying advanced editing configuration for a feature class or object class.

Members

Name Description
Read-only property CanEditWithProjection Indicates if the associated feature class can be edited in projected spaces.
Read-only property CustomSplitPolicyForRelationship The custom split policy for handling relationships.
Method HasCustomSplitPolicyForRelationship True if the feature class has a custom split policy for handling relationships.

Classes that implement IFeatureClassEdit

Classes Description
AnnotationFeatureClassExtension (esriCarto) An Esri annotation feature class extension.

See Also

IClassExtension Interface | IRelationshipClass Interface