ArcObjects Library Reference (DataSourcesRaster)  

IFunctionRasterDataset.Arguments Property

The raster function arguments.

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

Parameters

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

Product Availability

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

See Also

IFunctionRasterDataset Interface