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


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

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