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


IRasterFunctionTemplate.Arguments Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterFunctionTemplate Interface > IRasterFunctionTemplate.Arguments Property
ArcGIS Developer Help

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 a custom raster function Create an NDVI custom raster function