This document is archived and information here might be outdated. Recommended version. |
Updates the specified function template and template arguments using information associated with the specified item URI. This method allows a raster builder to modify the function template before the output builder item is constructed by the raster type.
[Visual Basic .NET] Public Sub Update ( _ ByVal pItemURI As IItemURI, _ ByVal pFunctionTemplate As IRasterFunctionTemplate, _ ByVal pArguments As IPropertySet _ )
[C#] public void Update ( IItemURI pItemURI, IRasterFunctionTemplate pFunctionTemplate, IPropertySet pArguments );
[C++]
HRESULT Update(
IItemURI* pItemURI,
IRasterFunctionTemplate* pFunctionTemplate,
IPropertySet* pArguments
);
[C++] Parameters pItemURI [in]
pItemURI is a parameter of type IItemURI* pFunctionTemplate [in]
pFunctionTemplate is a parameter of type IRasterFunctionTemplate* pArguments [in]
pArguments is a parameter of type IPropertySet*