CustomFunction.NDVICustomFunctionArguments.Resolve C# (CSharp) 메소드

Resolve() 공개 메소드

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.
리턴 void
        public void Resolve(IRow pRow, IPropertySet pPropertySet)
        {
            ResolveRasterVal(pRow);
        }