ArcObjects Library Reference (Carto)  

IQueryTableDataSourceDescription.GeometryType Property

Geometry type on spatial column if presents.

[Visual Basic .NET]
Public Property GeometryType As esriGeometryType
[C#]
public esriGeometryType GeometryType {get; set;}
[C++]
HRESULT get_GeometryType(
  esriGeometryType* pGeometryType
);
[C++]
HRESULT put_GeometryType(
  esriGeometryType pGeometryType
);
[C++]

Parameters

pGeometryType [out, retval]

  pGeometryType is a parameter of type esriGeometryType

pGeometryType [in]

  pGeometryType is a parameter of type esriGeometryType

Product Availability

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

See Also

IQueryTableDataSourceDescription Interface