ArcObjects Library Reference (Carto)  

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(
  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

Product Availability

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

See Also

IDocumentInfo2 Interface