The service area of interest.
[Visual Basic .NET] Public Sub GetServiceAreaOfInterest ( _ ByVal bstrServiceName As String, _ ByRef aoiType As esriTxServiceAOI, _ ByRef aoi As IEnvelope _ )
[C#] public void GetServiceAreaOfInterest ( string bstrServiceName, ref esriTxServiceAOI aoiType, ref IEnvelope aoi );
[C++]
HRESULT GetServiceAreaOfInterest(
BSTR bstrServiceName,
esriTxServiceAOI* aoiType,
IEnvelope** aoi
);
[C++]Parameters
bstrServiceName [in] bstrServiceName is a parameter of type BSTR aoiType [out]aoiType is a parameter of type esriTxServiceAOI
aoi [out]aoi is a parameter of type IEnvelope
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.