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


IFeatureClassCreation.CanCreateFromPoint Property (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 > IFeatureClassCreation.CanCreateFromPoint Property
ArcGIS Developer Help

IFeatureClassCreation.CanCreateFromPoint Property

Indicates if the features in this feature class know how to create their shapes given an input point geometry.

[Visual Basic .NET]
Public ReadOnly Property CanCreateFromPoint As Boolean
[C#]
public bool CanCreateFromPoint {get;}
[C++]
HRESULT get_CanCreateFromPoint(
  Boolean* CanCreateFromPoint
);
[C++]
Parameters
CanCreateFromPoint [out, retval]

CanCreateFromPoint is a parameter of type bool*

Product Availability

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

See Also

IFeatureClassCreation Interface | IClassExtension Interface | IFeatureClass Interface