This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPServer2 Interface > IGPServer2.GetJobResultMapExtent Method (ArcObjects .NET 10.5 SDK) |
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