This document is archived and information here might be outdated.  Recommended version.


IParameterInfo.Name Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IParameterInfo.Name Property

Gets parameter name.

[Visual Basic .NET]
Public Function get_Name ( _
    ByVal indexParam As Integer _
) As String
[C#]
public string get_Name (
    int indexParam
);
[C++]
HRESULT get_Name(
  long indexParam,
  BSTR* pName
);
[C++]

Parameters indexParam [in] indexParam is a parameter of type long pName [out, retval] pName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IParameterInfo Interface