This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IScaleDependentRenderer Interface > IScaleDependentRenderer.Break Property (ArcObjects .NET 10.5 SDK) |
Scale value at which to break for the specified 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 breakValue As Double _ )
[C#] public double get_Break ( int Index );
[C#] public void set_Break ( int Index, double breakValue );
[C++]
HRESULT get_Break(
long Index,
double* breakValue
);
[C++]
HRESULT put_Break(
long Index,
double breakValue
);
[C++]
Parameters Index [in] Index is a parameter of type long breakValue [out, retval] breakValue is a parameter of type double Index [in] Index is a parameter of type long breakValue [in] breakValue is a parameter of type double