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


IRasterDefaultsEnv2.ProxyFilePath Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDefaultsEnv2 Interface > IRasterDefaultsEnv2.ProxyFilePath Property
ArcGIS Developer Help

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(
  System.String* pProxyFilePath
);
[C++]
Parameters
pProxyFilePath [in]

pProxyFilePath is a parameter of type BSTR pProxyFilePath [out, retval]
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