ArcObjects Library Reference (GeoDatabase)  

IGeometryDef.GeometryType Property

The enumerated geometry type.

[Visual Basic .NET]
Public ReadOnly Property GeometryType As esriGeometryType
[C#]
public esriGeometryType GeometryType {get;}
[C++]
HRESULT get_GeometryType(
  esriGeometryType* GeometryType
);
[C++]

Parameters

GeometryType [out, retval]

  GeometryType is a parameter of type esriGeometryType

Product Availability

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

See Also

IGeometryDef Interface | esriGeometryType Constants