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


IFeatureClassCreation.CanCreateFromPoint Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* CanCreateFromPoint
);
[C++]

Parameters CanCreateFromPoint [out, retval] CanCreateFromPoint is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IFeatureClassCreation Interface | IClassExtension Interface | IFeatureClass Interface