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


IReplacePathsParameters3.ReplaceRasterFunctionTemplatePaths Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IReplacePathsParameters3.ReplaceRasterFunctionTemplatePaths Property

Indicates whether paths in raster function templates of the mosaic dataset are replaced.

[Visual Basic .NET]
Public Property ReplaceRasterFunctionTemplatePaths As Boolean
[C#]
public bool ReplaceRasterFunctionTemplatePaths {get; set;}
[C++]
HRESULT get_ReplaceRasterFunctionTemplatePaths(
  VARIANT_BOOL pbReplaceTemplatePaths
);
[C++]
HRESULT put_ReplaceRasterFunctionTemplatePaths(
  Boolean* pbReplaceTemplatePaths
);
[C++]

Parameters pbReplaceTemplatePaths [in]
pbReplaceTemplatePaths is a parameter of type bool pbReplaceTemplatePaths [out, retval]
pbReplaceTemplatePaths is a parameter of type bool*

Product Availability

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

See Also

IReplacePathsParameters3 Interface