This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRemoveItemsParameters4 Interface > IRemoveItemsParameters4.ResetRelativePath Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL pbResetRelativePath
);
[C++]
Parameters pbResetRelativePath [out, retval] pbResetRelativePath is a parameter of type VARIANT_BOOL pbResetRelativePath [in] pbResetRelativePath is a parameter of type VARIANT_BOOL