Indicates if path names are stored relative to the tool/toolbox.
[Visual Basic .NET] Public Property RelativePaths As Boolean
[C#] public bool RelativePaths {get; set;}
[C++]
HRESULT get_RelativePaths(
VARIANT_BOOL* relPaths
);
[C++]
HRESULT put_RelativePaths(
VARIANT_BOOL relPaths
);
[C++]Parameters
relPaths [out, retval] relPaths is a parameter of type VARIANT_BOOL relPaths [in] relPaths is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.