This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureClassCreation Interface > IFeatureClassCreation.CanCreateFromPoint Property (ArcObjects .NET 10.5 SDK) |
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
IFeatureClassCreation Interface | IClassExtension Interface | IFeatureClass Interface