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


IGPFeatureSchema.GeometryType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFeatureSchema Interface > IGPFeatureSchema.GeometryType Property
ArcGIS Developer Help

IGPFeatureSchema.GeometryType Property

The GeometryType.

[Visual Basic .NET]
Public Property GeometryType As esriGeometryType
[C#]
public esriGeometryType GeometryType {get; set;}
[C++]
HRESULT get_GeometryType(
  esriGeometryType* Type
);
[C++]
HRESULT put_GeometryType(
  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

IGPFeatureSchema Interface