This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDocumentInfo2 Interface > IDocumentInfo2.RelativePaths Property (ArcObjects .NET 10.4 SDK) |
Indicates if relative path is used when the document is saved.
[Visual Basic .NET] Public Property RelativePaths As Boolean
[C#] public bool RelativePaths {get; set;}
[C++]
HRESULT get_RelativePaths(
VARIANT_BOOL* useRelativePaths
);
[C++]
HRESULT put_RelativePaths(
VARIANT_BOOL useRelativePaths
);
[C++]
Parameters useRelativePaths [out, retval] useRelativePaths is a parameter of type VARIANT_BOOL useRelativePaths [in] useRelativePaths is a parameter of type VARIANT_BOOL