This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInDatasetInfo Interface > IPlugInDatasetInfo.GeometryType Property (ArcObjects .NET 10.5 SDK) |
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
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.