ArcObjects Library Reference (GeoDatabase)  

IPlugInDatasetInfo.GeometryType Property

The geometry type of the dataset.

[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.

Description

Returns the geometry type of this dataset. Only called if the dataset type is feature class. Determines which feature class icon the dataset will have in ArcCatalog.

See Also

IPlugInDatasetInfo Interface