This document is archived and information here might be outdated. Recommended version. |
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*