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


IImageServer4.Execute Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IImageServer4.Execute Method

Executes a named image server processing command.

[Visual Basic .NET]
Public Function Execute ( _
    ByVal Name As String, _
    ByVal argument As Object _
) As Object
[C#]
public object Execute (
    string Name,
    object argument
);
[C++]
HRESULT Execute(
  BSTR Name,
  VARIANT argument,
  VARIANT* pResult
);
[C++]

Parameters Name [in] Name is a parameter of type BSTR argument [in] argument is a parameter of type VARIANT pResult [out, retval] pResult is a parameter of type VARIANT

Product Availability

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

See Also

IImageServer4 Interface