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


IRasterFunctionArguments.Values Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterFunctionArguments.Values Property

The list of all arguments.

[Visual Basic .NET]
Public ReadOnly Property Values As IVariantArray
[C#]
public IVariantArray Values {get;}
[C++]
HRESULT get_Values(
  IVariantArray** ppArguments
);
[C++]

Parameters ppArguments [out, retval]
ppArguments is a parameter of type IVariantArray

Product Availability

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

See Also

IRasterFunctionArguments Interface