This document is archived and information here might be outdated. Recommended version. |
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