This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServer4 Interface > IImageServer4.Execute Method (ArcObjects .NET 10.4 SDK) |
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