This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IQ > IQueryTableDataSourceDescription Interface > IQueryTableDataSourceDescription.GeometryType Property (ArcObjects .NET 10.5 SDK) |
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