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


IMSDHelper2.RelativePaths Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMSDHelper2.RelativePaths Method

[Visual Basic .NET]
Public Function RelativePaths ( _
) As Boolean
[C#]
public bool RelativePaths (
);
[C++]
HRESULT RelativePaths(
  VARIANT_BOOL* vbRelativePaths
);
[C++]

Parameters vbRelativePaths [out, retval] vbRelativePaths is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMSDHelper2 Interface