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


IMapCacheTileManagerJobResultHandler.SetFeatureClassWorkspacePath 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.SetFeatureClassWorkspacePath Method
ArcGIS Developer Help

IMapCacheTileManagerJobResultHandler.SetFeatureClassWorkspacePath Method

Feature class workspace path

[Visual Basic .NET]
Public Sub SetFeatureClassWorkspacePath ( _
    ByVal Workspace As String _
)
[C#]
public void SetFeatureClassWorkspacePath (
    string Workspace
);
[C++]
HRESULT SetFeatureClassWorkspacePath(
  BSTR Workspace
);
[C++]
Parameters
Workspace [in]

Workspace is a parameter of type BSTR

Product Availability

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

See Also

IMapCacheTileManagerJobResultHandler Interface