This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IQ > IQueryDescription Interface > IQueryDescription.GeometryType Property (ArcObjects .NET 10.5 SDK) |
Geometry type on the spatial column if present.
[Visual Basic .NET] Public Property GeometryType As esriGeometryType
[C#] public esriGeometryType GeometryType {get; set;}
[C++]
HRESULT get_GeometryType(
esriGeometryType* pGeomType
);
[C++]
HRESULT put_GeometryType(
esriGeometryType pGeomType
);
[C++]
Parameters pGeomType [out, retval]
pGeomType is a parameter of type esriGeometryType pGeomType [in]
pGeomType is a parameter of type esriGeometryType