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


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

IRasterClassifyColorRampRenderer.Break Property

Break at the index.

[Visual Basic .NET]
Public Function get_Break ( _
    ByVal Index As Integer _
) As Double
[Visual Basic .NET]
Public Sub set_Break ( _
    ByVal Index As Integer, _
    ByVal Value As Double _
)
[C#]
public double get_Break (
    int Index
);
[C#]
public void set_Break (
    int Index,
    double Value
);
[C++]
HRESULT get_Break(
  long Index,
  System.Double* Value
);
[C++]
HRESULT put_Break(
  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.

Description

The Break property determines the value that separates one class from the next.

See Also

IRasterClassifyColorRampRenderer Interface