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


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

IDocumentInfo2.RelativePaths Property

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(
  Boolean* useRelativePaths
);
[C++]
HRESULT put_RelativePaths(
  VARIANT_BOOL useRelativePaths
);
[C++]
Parameters
useRelativePaths [out, retval]

useRelativePaths is a parameter of type bool* useRelativePaths [in]
useRelativePaths is a parameter of type bool

Product Availability

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

See Also

IDocumentInfo2 Interface