This document is archived and information here might be outdated.  Recommended version.


IMapCacheTileManagerJobResultHandler.GetFeatureClassWorkspacePath Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IMapCacheTileManagerJobResultHandler.GetFeatureClassWorkspacePath Method

Feature class workspace path

[Visual Basic .NET]
Public Sub GetFeatureClassWorkspacePath ( _
    ByRef pWorkspace As String _
)
[C#]
public void GetFeatureClassWorkspacePath (
    ref string pWorkspace
);
[C++]
HRESULT GetFeatureClassWorkspacePath(
  BSTR* pWorkspace
);
[C++]

Parameters pWorkspace [out] pWorkspace is a parameter of type BSTR

Product Availability

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

See Also

IMapCacheTileManagerJobResultHandler Interface