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


IRasterBuilder3.Update 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.Update Method
ArcGIS Developer Help

IRasterBuilder3.Update Method

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*

Product Availability

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

See Also

IRasterBuilder3 Interface