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


IRemoveItemsParameters4.ResetRelativePath Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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