This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpDispatch Interface > IGpDispatch.Usage Method (ArcObjects .NET 10.4 SDK) |
Generates the Usage for a given tool.
[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