This document is archived and information here might be outdated. Recommended version. |
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(
System.String* pProxyFilePath
);
[C++] Parameters pProxyFilePath [in]
pProxyFilePath is a parameter of type BSTR pProxyFilePath [out, retval]
pProxyFilePath is a parameter of type BSTR*
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.