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


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

IQueryDescription.GeometryType Property

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 [in]

pGeomType is a parameter of type esriGeometryType pGeomType [out, retval]
pGeomType is a parameter of type esriGeometryType*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IQueryDescription Interface