ArcObjects Library Reference (DataSourcesRaster)  

IRasterFunctionTemplate.Arguments Property

The raster function arguments in the template.

[Visual Basic .NET]
Public Property Arguments As Object
[C#]
public object Arguments {get; set;}
[C++]
HRESULT get_Arguments(
  LPUNKNOWN* ppArgumets
);
[C++]
HRESULT putref_Arguments(
  LPUNKNOWN ppArgumets
);
[C++]

Parameters

ppArgumets [out, retval]   ppArgumets is a parameter of type LPUNKNOWN ppArgumets [in]   ppArgumets is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IRasterFunctionTemplate Interface

.NET Samples

Create an NDVI custom raster function (Code Files: TestNDVICustomFunction) | Create a custom raster function (Code Files: TestWatermarkFunction)