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


IImageServer4.Execute Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServer4 Interface > IImageServer4.Execute Method
ArcGIS Developer Help

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
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR argument [in]
argument is a parameter of type VARIANT

Product Availability

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

See Also

IImageServer4 Interface