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 > IGPComHelper Interface > IGPComHelper.GetParameterName Method (ArcObjects .NET 10.5 SDK) |
Get the parameter name for a given tool and index.
[Visual Basic .NET] Public Function GetParameterName ( _ ByVal ToolName As String, _ ByVal Index As Integer _ ) As String
[C#] public string GetParameterName ( string ToolName, int Index );
[C++]
HRESULT GetParameterName(
BSTR ToolName,
long Index,
BSTR* paramName
);
[C++]
Parameters ToolName [in] ToolName is a parameter of type BSTR Index [in] Index is a parameter of type long paramName [out, retval] paramName is a parameter of type BSTR