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


IRasterStretchAdvancedLabels.LabelText Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterStretchAdvancedLabels Interface > IRasterStretchAdvancedLabels.LabelText Property
ArcGIS Developer Help

IRasterStretchAdvancedLabels.LabelText Property

Label Text.

[Visual Basic .NET]
Public Function get_LabelText ( _
    ByVal Index As Integer _
) As String
[Visual Basic .NET]
Public Sub set_LabelText ( _
    ByVal Index As Integer, _
    ByVal Text As String _
)
[C#]
public string get_LabelText (
    int Index
);
[C#]
public void set_LabelText (
    int Index,
    string Text
);
[C++]
HRESULT get_LabelText(
  long Index,
  System.String* Text
);
[C++]
HRESULT put_LabelText(
  long Index,
  BSTR Text
);
[C++]
Parameters
Index [in]

Index is a parameter of type long Text [out, retval]
Text is a parameter of type BSTR* Index [in]
Index is a parameter of type long Text [in]
Text is a parameter of type BSTR

Product Availability

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

See Also

IRasterStretchAdvancedLabels Interface