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


IMapCacheTileManagerJobResultHandler.SetFeatureClassWorkspacePath Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

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