This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterFunctionArguments Interface > IRasterFunctionArguments.Resolve Method (ArcObjects .NET 10.5 SDK) |
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