ArcObjects Library Reference (DataSourcesRaster)  

IRasterFunctionArguments.Resolve Method

Resolves function variables using a row and set of properties.

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

Parameters

pRow [in]

  pRow is a parameter of type IRow

pPropertySet [in]

  pPropertySet is a parameter of type IPropertySet

Product Availability

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

See Also

IRasterFunctionArguments Interface