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


IServAction.GeometryColumnType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

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