This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataLayerExtension Interface > IDataLayerExtension.RelativeBase Property (ArcObjects .NET 10.4 SDK) |
Base path used when storing relative path names.
[Visual Basic .NET] Public Property RelativeBase As String
[C#] public string RelativeBase {get; set;}
[C++]
HRESULT get_RelativeBase(
BSTR* basePath
);
[C++]
HRESULT put_RelativeBase(
BSTR basePath
);
[C++]
Parameters basePath [out, retval] basePath is a parameter of type BSTR basePath [in] basePath is a parameter of type BSTR