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


IRelativePathSupport.BasePath Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRelativePathSupport.BasePath Property

The base path against which path relativity is built.

[Visual Basic .NET]
Public Property BasePath As String
[C#]
public string BasePath {get; set;}
[C++]
HRESULT get_BasePath(
  BSTR* pbsBasePath
);
[C++]
HRESULT put_BasePath(
  BSTR pbsBasePath
);
[C++]

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

Product Availability

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

See Also

IRelativePathSupport Interface