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


IGeocodingProperties.UseRelativePaths Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IG > IGeocodingProperties Interface > IGeocodingProperties.UseRelativePaths Property
ArcGIS Developer Help

IGeocodingProperties.UseRelativePaths Property

Indicates if the paths to the reference data should be stored relative to the locator.

[Visual Basic .NET]
Public Property UseRelativePaths As Boolean
[C#]
public bool UseRelativePaths {get; set;}
[C++]
HRESULT get_UseRelativePaths(
  Boolean* bUseRelativePaths
);
[C++]
HRESULT put_UseRelativePaths(
  VARIANT_BOOL bUseRelativePaths
);
[C++]
Parameters
bUseRelativePaths [out, retval]

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

Product Availability

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

Remarks

The UseRelativePaths property indicates if the locator stores paths to reference data sources as relative path names. Storing paths to reference data sources as relative paths names allows users to copy a locator and its reference data between folders in ArcCatalog without invalidating the locator. It also allows users to access the same locator from a shared network directory.

See Also

IGeocodingProperties Interface