This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* bUsesRelativePaths
);
[C++]
Parameters bUsesRelativePaths [out, retval]
bUsesRelativePaths is a parameter of type 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.