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


IFeatureClassName.ShapeType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureClassName Interface > IFeatureClassName.ShapeType Property
ArcGIS Developer Help

IFeatureClassName.ShapeType Property

The feature class shape type.

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

Type is a parameter of type esriGeometryType* Type [in]
Type is a parameter of type esriGeometryType

Product Availability

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

See Also

IFeatureClassName Interface