This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITinColorRampRenderer Interface > ITinColorRampRenderer.MinimumBreak Property (ArcObjects .NET 10.5 SDK) |
The value of the minimum break.
[Visual Basic .NET] Public Property MinimumBreak As Double
[C#] public double MinimumBreak {get; set;}
[C++]
HRESULT get_MinimumBreak(
double* Value
);
[C++]
HRESULT put_MinimumBreak(
double Value
);
[C++]
Parameters Value [out, retval] Value is a parameter of type double Value [in] Value is a parameter of type double