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


IParameterInfo.Label Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IParameterInfo Interface > IParameterInfo.Label Property
ArcGIS Developer Help

IParameterInfo.Label Property

Gets parameter label.

[Visual Basic .NET]
Public Function get_Label ( _
    ByVal indexParam As Integer _
) As String
[C#]
public string get_Label (
    int indexParam
);
[C++]
HRESULT get_Label(
  long indexParam,
  System.String* pLabel
);
[C++]
Parameters
indexParam [in]

indexParam is a parameter of type long pLabel [out, retval]
pLabel is a parameter of type BSTR*

Product Availability

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

See Also

IParameterInfo Interface