This document is archived and information here might be outdated. Recommended version. |
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
);
[C++]
Parameters ToolName [in]
ToolName is a parameter of type BSTR Index [in]
Index is a parameter of type long