This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IReplacePathsParameters2 Interface > IReplacePathsParameters2.ReplaceRasterTypePaths Property (ArcObjects .NET 10.4 SDK) |
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