ArcObjects Library Reference  (Carto)    

IMapCooker.Path Property

The map cache path.

[Visual Basic 6.0]
Property Path As String
[Visual Basic .NET]
Public Property Path As String
[C#]
public string Path {get; set;}
[Java]
public  getPath (
    String pPath
)
[Java]
public void setPath(
    String pPath
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Path(
  BSTR* 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