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


IConditionalActionSetup.ServerGeoType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IC > IConditionalActionSetup Interface > IConditionalActionSetup.ServerGeoType Property
ArcGIS Developer Help

IConditionalActionSetup.ServerGeoType Property

Get TODO.

[Visual Basic .NET]
Public Property ServerGeoType As esriGeometryType
[C#]
public esriGeometryType ServerGeoType {get; set;}
[C++]
HRESULT get_ServerGeoType(
  esriGeometryType peServerGeoType
);
[C++]
HRESULT put_ServerGeoType(
  esriGeometryType* peServerGeoType
);
[C++]
Parameters
peServerGeoType [in]

peServerGeoType is a parameter of type esriGeometryType peServerGeoType [out, retval]
peServerGeoType is a parameter of type esriGeometryType*

Product Availability

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

See Also

IConditionalActionSetup Interface