This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IClassBreaksUIProperties Interface > IClassBreaksUIProperties.DeviationInterval Property (ArcObjects .NET 10.5 SDK) |
Deviation interval (0-1), where 0 means that no deviation is used.
[Visual Basic .NET] Public Property DeviationInterval As Double
[C#] public double DeviationInterval {get; set;}
[C++]
HRESULT get_DeviationInterval(
double* Interval
);
[C++]
HRESULT put_DeviationInterval(
double Interval
);
[C++]
Parameters Interval [out, retval] Interval is a parameter of type double Interval [in] Interval is a parameter of type double