ArcObjects Library Reference (DataSourcesRaster)  

IRasterCommand.Argument Property

The command argument(s).

[Visual Basic .NET]
Public ReadOnly Property Argument As Object
[C#]
public object Argument {get;}
[C++]
HRESULT get_Argument(
  VARIANT* pArgument
);
[C++]

Parameters

pArgument [out, retval]   pArgument is a parameter of type VARIANT

Product Availability

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

See Also

IRasterCommand Interface