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