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


IReplacePathsParameters2.ReplaceRasterTypePaths Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IReplacePathsParameters2.ReplaceRasterTypePaths Property

Indicates whether paths in raster types are replaced.

[Visual Basic .NET]
Public Property ReplaceRasterTypePaths As Boolean
[C#]
public bool ReplaceRasterTypePaths {get; set;}
[C++]
HRESULT get_ReplaceRasterTypePaths(
  VARIANT_BOOL* pbReplaceRasterTypePaths
);
[C++]
HRESULT put_ReplaceRasterTypePaths(
  VARIANT_BOOL pbReplaceRasterTypePaths
);
[C++]

Parameters pbReplaceRasterTypePaths [out, retval] pbReplaceRasterTypePaths is a parameter of type VARIANT_BOOL pbReplaceRasterTypePaths [in] pbReplaceRasterTypePaths is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IReplacePathsParameters2 Interface