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


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

IReplacePathsParameters4.ReplaceConnectionFilePaths Property

Indicates whether paths to ACS files of the mosaic dataset are replaced.

[Visual Basic .NET]
Public Property ReplaceConnectionFilePaths As Boolean
[C#]
public bool ReplaceConnectionFilePaths {get; set;}
[C++]
HRESULT get_ReplaceConnectionFilePaths(
  VARIANT_BOOL pbReplaceACSPaths
);
[C++]
HRESULT put_ReplaceConnectionFilePaths(
  Boolean* pbReplaceACSPaths
);
[C++]
Parameters
pbReplaceACSPaths [in]

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

Product Availability

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

See Also

IReplacePathsParameters4 Interface