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


IMapCooker.Path Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapCooker Interface > IMapCooker.Path Property
ArcGIS Developer Help

IMapCooker.Path Property

The map cache path.

[Visual Basic .NET]
Public Property Path As String
[C#]
public string Path {get; set;}
[C++]
HRESULT get_Path(
  System.String* pPath
);
[C++]
HRESULT put_Path(
  BSTR pPath
);
[C++]
Parameters
pPath [out, retval]

pPath is a parameter of type BSTR* pPath [in]
pPath is a parameter of type BSTR

Product Availability

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

See Also

IMapCooker Interface