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


IDEFeatureClass.ShapeType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDEFeatureClass.ShapeType Property

The geometry type of the feature class.

[Visual Basic .NET]
Public Property ShapeType As esriGeometryType
[C#]
public esriGeometryType ShapeType {get; set;}
[C++]
HRESULT get_ShapeType(
  esriGeometryType* GeometryType
);
[C++]
HRESULT put_ShapeType(
  esriGeometryType GeometryType
);
[C++]

Parameters GeometryType [out, retval]
GeometryType is a parameter of type esriGeometryType GeometryType [in]
GeometryType is a parameter of type esriGeometryType

Product Availability

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

See Also

IDEFeatureClass Interface

.NET Related Topics

Describing data