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


IGPTool.RelativePaths Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPTool.RelativePaths Property

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.

See Also

IGPTool Interface