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


IParameterInfo.ObjectLabel 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.ObjectLabel Property
ArcGIS Developer Help

IParameterInfo.ObjectLabel Property

Gets object UI label.

[Visual Basic .NET]
Public ReadOnly Property ObjectLabel As String
[C#]
public string ObjectLabel {get;}
[C++]
HRESULT get_ObjectLabel(
  System.String* pObjectLabel
);
[C++]
Parameters
pObjectLabel [out, retval]

pObjectLabel is a parameter of type BSTR*

Product Availability

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

See Also

IParameterInfo Interface