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


IReplacePathsParameters.ReplaceMosaicDatasetPaths Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IReplacePathsParameters.ReplaceMosaicDatasetPaths Property

Indicates whether paths in mosaic dataset level objects are replaced.

[Visual Basic .NET]
Public Property ReplaceMosaicDatasetPaths As Boolean
[C#]
public bool ReplaceMosaicDatasetPaths {get; set;}
[C++]
HRESULT get_ReplaceMosaicDatasetPaths(
  VARIANT_BOOL pbReplaceMosaicPaths
);
[C++]
HRESULT put_ReplaceMosaicDatasetPaths(
  Boolean* pbReplaceMosaicPaths
);
[C++]

Parameters pbReplaceMosaicPaths [in]
pbReplaceMosaicPaths is a parameter of type bool pbReplaceMosaicPaths [out, retval]
pbReplaceMosaicPaths is a parameter of type bool*

Product Availability

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

See Also

IReplacePathsParameters Interface