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


IDataLayer2.RelativeBase Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataLayer2 Interface > IDataLayer2.RelativeBase Property
ArcGIS Developer Help

IDataLayer2.RelativeBase Property

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

Product Availability

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

Remarks

The RelativeBase property is used internally when persisting and loading documents with a relative path.  When a document has been fully loaded the path is realized to a complete path.

See Also

IDataLayer2 Interface