Returns the command line usage of a given tool by name.
[Visual Basic .NET] Public Function Usage ( _ ByVal Method As String _ ) As String
[C#] public string Usage ( string Method );
[C++]
HRESULT Usage(
BSTR Method,
BSTR* Usage
);
[C++]Parameters
Method [in] Method is a parameter of type BSTR Usage [out, retval] Usage is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.