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