This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpDispatch Interface > IGpDispatch.Command Method (ArcObjects .NET 10.5 SDK) |
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