ArcObjects Library Reference (Geoprocessing)  

IGPServer2.GetJobResultMapExtent Method

Returns the extent for the job.

[Visual Basic .NET]
Public Function GetJobResultMapExtent ( _
    ByVal JobID As String _
) As IEnvelope
[C#]
public IEnvelope GetJobResultMapExtent (
    string JobID
);
[C++]
HRESULT GetJobResultMapExtent(
  BSTR JobID,
  IEnvelope** Extent
);
[C++]

Parameters

JobID [in]   JobID is a parameter of type BSTR Extent [out, retval]

  Extent is a parameter of type IEnvelope

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPServer2 Interface