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


IGeometryDefEdit.GeometryType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGeometryDefEdit.GeometryType Property

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

Product Availability

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

Remarks

The following are valid Geometry types for a new feature class (from esriGeometryType):

esriGeometryPoint

esriGeometryMultipoint

esriGeometryPolyline

esriGeometryPolygon

esriGeometryMultiPatch

See Also

IGeometryDefEdit Interface | esriGeometryType Constants