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


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

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