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


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

IFeatureClassCreation Interface

Provides access to a member that determines if features can be created from a point.

Product Availability

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

When To Use

This interface should be implemented by class extensions that are to be used in conjunction with custom features that override how the Shape property is assigned, so that a geometry not typically created with a single point (i.e., a polygon) can be created in such a manner.

Members

Name Description
Read-only property CanCreateFromPoint Indicates if the features in this feature class know how to create their shapes given an input point geometry.

Classes that implement IFeatureClassCreation

Classes Description

Remarks

The IFeatureClassCreation interface is an optional interface for class extensions, used to specify that new features of this class can be created with a single point. If features can be created from a point, the CanCreateFromPoint property should return True.

See Also

IClassExtension Interface | IFeatureClass Interface