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


IRasterFunctionTemplate.Arguments Property (ArcObjects .NET 10.6 SDK)
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(
  IUnknown Pointer* ppArgumets
);
[C++]

Parameters ppArgumets [in]
ppArgumets is a parameter of type IUnknown ppArgumets [out, retval]
ppArgumets is a parameter of type IUnknown*

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)