This document is archived and information here might be outdated. Recommended version. |
The geometry type.
[Visual Basic .NET]
Public WriteOnly Property GeometryType_2
[C#] public void GeometryType_2 {set;}
[C++]
HRESULT put_GeometryType(
esriGeometryType
);
[C++]
Parameters [in]
is a parameter of type esriGeometryType
The following are valid Geometry types for a new feature class (from esriGeometryType):
esriGeometryPoint
esriGeometryMultipoint
esriGeometryPolyline
esriGeometryPolygon
esriGeometryMultiPatch