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


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

IRasterFunctionArguments.Update Method

Updates function variables using a row and set of properties.

[Visual Basic .NET]
Public Sub Update ( _
    ByVal pRow As IRow, _
    ByVal pPropertySet As IPropertySet, _
    ByVal pTemplateArguments As IRasterFunctionArguments _
)
[C#]
public void Update (
    IRow pRow,
    IPropertySet pPropertySet,
    IRasterFunctionArguments pTemplateArguments
);
[C++]
HRESULT Update(
  IRow* pRow,
  IPropertySet* pPropertySet,
  IRasterFunctionArguments* pTemplateArguments
);
[C++]
Parameters
pRow [in]

pRow is a parameter of type IRow* pPropertySet [in]
pPropertySet is a parameter of type IPropertySet* pTemplateArguments [in]
pTemplateArguments is a parameter of type IRasterFunctionArguments*

Product Availability

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

See Also

IRasterFunctionArguments Interface