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


IRasterBuilder3.CanUpdate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterBuilder3 Interface > IRasterBuilder3.CanUpdate Method
ArcGIS Developer Help

IRasterBuilder3.CanUpdate Method

Indicates whether the raster builder is capable of updating a raster function template.

[Visual Basic .NET]
Public Function CanUpdate ( _
    ByVal pFunctionTemplate As IRasterFunctionTemplate _
) As Boolean
[C#]
public bool CanUpdate (
    IRasterFunctionTemplate pFunctionTemplate
);
[C++]
HRESULT CanUpdate(
  IRasterFunctionTemplate* pFunctionTemplate
);
[C++]
Parameters
pFunctionTemplate [in]

pFunctionTemplate is a parameter of type IRasterFunctionTemplate*

Product Availability

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

See Also

IRasterBuilder3 Interface