Returns the extent for the job.
[Visual Basic 6.0] Function GetJobResultMapExtent(
ByVal JobID As String _
) As IEnvelope
[Visual Basic .NET] Public Function GetJobResultMapExtent ( _ ByVal JobID As String _ ) As IEnvelope
[C#] public IEnvelope GetJobResultMapExtent ( string JobID );
[Java] public IEnvelope getJobResultMapExtent ( String JobID ) throws IOException, AutomationException
[C++] HRESULT GetJobResultMapExtent( BSTR JobID, IEnvelope** Extent );
Parameters
JobID [in]
JobID is a parameter of type BSTR
Extent [out, retval]
Extent is a parameter of type IEnvelope