This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRelativePathSupport Interface > IRelativePathSupport.BasePath Property (ArcObjects .NET 10.4 SDK) |
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