This document is archived and information here might be outdated. Recommended version. |
Indicates whether the mosaic dataset's relative path is reset to the mosaic dataset's current workspace.
[Visual Basic .NET] Public Property ResetRelativePath As Boolean
[C#] public bool ResetRelativePath {get; set;}
[C++]
HRESULT get_ResetRelativePath(
VARIANT_BOOL pbResetRelativePath
);
[C++]
HRESULT put_ResetRelativePath(
Boolean* pbResetRelativePath
);
[C++]
Parameters pbResetRelativePath [in]
pbResetRelativePath is a parameter of type bool pbResetRelativePath [out, retval]
pbResetRelativePath is a parameter of type bool*