This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterFunctionTemplate Interface > IRasterFunctionTemplate.Arguments Property (ArcObjects .NET 10.5 SDK) |
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