Retrieves job directory for given job.
[Visual Basic .NET] Public Function get_JobDirectory ( _ ByVal JobID As String _ ) As String
[C#] public string get_JobDirectory ( string JobID );
[C++]
HRESULT get_JobDirectory(
BSTR JobID,
BSTR* pDirPath
);
[C++]Parameters
JobID [in] JobID is a parameter of type BSTR pDirPath [out, retval] pDirPath is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.