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


IServAction.GeometryColumnType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IS > IServAction Interface > IServAction.GeometryColumnType Property
ArcGIS Developer Help

IServAction.GeometryColumnType Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IServAction Interface