ArcObjects Library Reference (Location)  

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(
  VARIANT_BOOL* bUseRelativePaths
);
[C++]
HRESULT put_UseRelativePaths(
  VARIANT_BOOL bUseRelativePaths
);
[C++]

Parameters

bUseRelativePaths [out, retval]   bUseRelativePaths is a parameter of type VARIANT_BOOL bUseRelativePaths [in]   bUseRelativePaths is a parameter of type VARIANT_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