This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPTool Interface > IGPTool.RelativePaths Property (ArcObjects .NET 10.4 SDK) |
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