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