This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterBuilder3 Interface > IRasterBuilder3.CanUpdate Method (ArcObjects .NET 10.5 SDK) |
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,
VARIANT_BOOL* pbCanUpdate
);
[C++]
Parameters pFunctionTemplate [in]
pFunctionTemplate is a parameter of type IRasterFunctionTemplate pbCanUpdate [out, retval] pbCanUpdate is a parameter of type VARIANT_BOOL