ArcObjects Library Reference (TrackingAnalyst)  

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 [out, retval]

  peServerGeoType is a parameter of type esriGeometryType

peServerGeoType [in]

  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