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


IRelativePathSupport.BasePath Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRelativePathSupport Interface > IRelativePathSupport.BasePath Property
ArcGIS Developer Help

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(
  System.String* 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