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


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

IReplacePathsParameters.ReplaceCatalogItemPaths Property

Indicates whether paths in selected mosaic catalog items are replaced.

[Visual Basic .NET]
Public Property ReplaceCatalogItemPaths As Boolean
[C#]
public bool ReplaceCatalogItemPaths {get; set;}
[C++]
HRESULT get_ReplaceCatalogItemPaths(
  VARIANT_BOOL pbReplaceCatalogPaths
);
[C++]
HRESULT put_ReplaceCatalogItemPaths(
  Boolean* pbReplaceCatalogPaths
);
[C++]
Parameters
pbReplaceCatalogPaths [in]

pbReplaceCatalogPaths is a parameter of type bool pbReplaceCatalogPaths [out, retval]
pbReplaceCatalogPaths is a parameter of type bool*

Product Availability

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

See Also

IReplacePathsParameters Interface