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