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