This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapDocument Interface > IMapDocument.UsesRelativePaths Property (ArcObjects .NET 10.5 SDK) |
Indicates if the data in the map document is referenced using relative paths.
[Visual Basic .NET] Public ReadOnly Property UsesRelativePaths As Boolean
[C#] public bool UsesRelativePaths {get;}
[C++]
HRESULT get_UsesRelativePaths(
VARIANT_BOOL* bUsesRelativePaths
);
[C++]
Parameters bUsesRelativePaths [out, retval] bUsesRelativePaths is a parameter of type VARIANT_BOOL
Determines whether the MapDocument that is open stores paths to data sources as relative path names (relative to the MapDocument) or absolute path names.
If a Published Map File (*.pmf) is Open that was published with ArcGIS 8.x or a Layer File (*.lyr) is Open the UsesRelativePaths will always return false.