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


IRasterCommandResult.Value Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterCommandResult.Value Property

The return value.

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

Parameters pValue [out, retval] pValue is a parameter of type VARIANT

Product Availability

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

See Also

IRasterCommandResult Interface