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


IRemoveItemsParameters4.ResetRelativePath Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRemoveItemsParameters4 Interface > IRemoveItemsParameters4.ResetRelativePath Property
ArcGIS Developer Help

IRemoveItemsParameters4.ResetRelativePath Property

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*

Product Availability

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

See Also

IRemoveItemsParameters4 Interface