This document is archived and information here might be outdated. Recommended version. |
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*
IFeatureClassCreation Interface | IClassExtension Interface | IFeatureClass Interface