ArcObjects Library Reference (Carto)  

IRasterStretchAdvancedLabels.LabelValue Property

Value.

[Visual Basic .NET]
Public Function get_LabelValue ( _
    ByVal Index As Integer _
) As Double
[Visual Basic .NET]
Public Sub set_LabelValue ( _
    ByVal Index As Integer, _
    ByVal Value As Double _
)
[C#]
public double get_LabelValue (
    int Index
);
[C#]
public void set_LabelValue (
    int Index,
    double Value
);
[C++]
HRESULT get_LabelValue(
  long Index,
  double* Value
);
[C++]
HRESULT put_LabelValue(
  long Index,
  double Value
);
[C++]

Parameters

Index [in]   Index is a parameter of type long Value [out, retval]   Value is a parameter of type double Index [in]   Index is a parameter of type long Value [in]   Value is a parameter of type double

Product Availability

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

See Also

IRasterStretchAdvancedLabels Interface