This document is archived and information here might be outdated. Recommended version. |
Returns a zip file of the results workspace.
[Visual Basic .NET] Public Function GetResultWorkspace ( _ ByVal JobID As String, _ ByVal TransportType As esriGDSTransportType _ ) As IGDSData
[C#] public IGDSData GetResultWorkspace ( string JobID, esriGDSTransportType TransportType );
[C++]
HRESULT GetResultWorkspace(
BSTR JobID,
esriGDSTransportType TransportType
);
[C++]
Parameters JobID [in]
JobID is a parameter of type BSTR TransportType [in]
TransportType is a parameter of type esriGDSTransportType