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


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

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