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


IPlugInDatasetInfo.GeometryType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInDatasetInfo Interface > IPlugInDatasetInfo.GeometryType Property
ArcGIS Developer Help

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