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


IReplacePathsParameters3.ReplaceRasterFunctionTemplatePaths Property (ArcObjects .NET 10.5 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(
  VARIANT_BOOL pbReplaceTemplatePaths
);
[C++]

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

Product Availability

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

See Also

IReplacePathsParameters3 Interface