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


IGPTool.RelativePaths Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPTool Interface > IGPTool.RelativePaths Property
ArcGIS Developer Help

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(
  Boolean* relPaths
);
[C++]
HRESULT put_RelativePaths(
  VARIANT_BOOL relPaths
);
[C++]
Parameters
relPaths [out, retval]

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

Product Availability

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

See Also

IGPTool Interface