This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > ID > IDeviationInterval Interface > IDeviationInterval.DeviationInterval Property (ArcObjects .NET 10.5 SDK) |
The deviation interval (1/4 <= value <= 1).
[Visual Basic .NET] Public Property DeviationInterval As Double
[C#] public double DeviationInterval {get; set;}
[C++]
HRESULT get_DeviationInterval(
double* Value
);
[C++]
HRESULT put_DeviationInterval(
double Value
);
[C++]
Parameters Value [out, retval] Value is a parameter of type double Value [in] Value is a parameter of type double