![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IS > IServAction Interface > IServAction.GeometryColumnType Property (ArcObjects .NET 10.5 SDK) |
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