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


IQueryDescription.GeometryType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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 [out, retval]
pGeomType is a parameter of type esriGeometryType pGeomType [in]
pGeomType is a parameter of type esriGeometryType

Product Availability

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

See Also

IQueryDescription Interface