This document is archived and information here might be outdated. Recommended version. |
Type of geomety object contained in the geometry column.
[Visual Basic .NET] Public Property GeometryColumnType As esriGeometryType
[C#] public esriGeometryType GeometryColumnType {get; set;}
[C++]
HRESULT get_GeometryColumnType(
esriGeometryType* iVal
);
[C++]
HRESULT put_GeometryColumnType(
esriGeometryType iVal
);
[C++] Parameters iVal [out, retval]
iVal is a parameter of type esriGeometryType* iVal [in]
iVal is a parameter of type esriGeometryType