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


IGpDispatch.Command Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpDispatch.Command Method

executes the given command line.

[Visual Basic .NET]
Public Function Command ( _
    ByVal CommandLine As String _
) As String
[C#]
public string Command (
    string CommandLine
);
[C++]
HRESULT Command(
  BSTR CommandLine,
  BSTR* Results
);
[C++]

Parameters CommandLine [in] CommandLine is a parameter of type BSTR Results [out, retval] Results is a parameter of type BSTR

Product Availability

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

See Also

IGpDispatch Interface