This document is archived and information here might be outdated. Recommended version. |
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 [in]
pGeomType is a parameter of type esriGeometryType pGeomType [out, retval]
pGeomType is a parameter of type esriGeometryType*