CustomFunction.NDVICustomFunctionArguments.Resolve C# (CSharp) Method

Resolve() public method

Resolve variables containing field names with the corresponding values.
public Resolve ( IRow pRow, IPropertySet pPropertySet ) : void
pRow IRow The row corresponding to the function raster dataset.
pPropertySet IPropertySet Property Set to add the list of the names and the resolved values to.
return void
        public void Resolve(IRow pRow, IPropertySet pPropertySet)
        {
            ResolveRasterVal(pRow);
        }