ArcObjects Library Reference (Carto)  

IRasterDefaultsEnv2.ProxyFilePath Property

Default proxy file path.

[Visual Basic .NET]
Public Property ProxyFilePath As String
[C#]
public string ProxyFilePath {get; set;}
[C++]
HRESULT get_ProxyFilePath(
  BSTR* pProxyFilePath
);
[C++]
HRESULT put_ProxyFilePath(
  BSTR pProxyFilePath
);
[C++]

Parameters

pProxyFilePath [out, retval]   pProxyFilePath is a parameter of type BSTR pProxyFilePath [in]   pProxyFilePath is a parameter of type BSTR

Product Availability

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

Remarks

This method is used to set the path for proxy files, e.g. files generated in the local proxy folder when accessing read only raster datasets. This applies to ArcGIS 9.1 and older version only.

ArcGIS 9.2 always use Windows system default temp folder for writting proxy files.

 

See Also

IRasterDefaultsEnv2 Interface