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


IMapCacheTileManagerJobResultHandler.GetFeatureClassWorkspacePath Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMapCacheTileManagerJobResultHandler Interface > IMapCacheTileManagerJobResultHandler.GetFeatureClassWorkspacePath Method
ArcGIS Developer Help

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(
  System.String* 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