This document is archived and information here might be outdated. Recommended version. |
The classification categories of the filter.
[Visual Basic .NET] Public Property ClassBreaks As IDoubleArray
[C#] public IDoubleArray ClassBreaks {get; set;}
[C++]
HRESULT get_ClassBreaks(
IDoubleArray* ppBreaks
);
[C++]
HRESULT putref_ClassBreaks(
IDoubleArray** ppBreaks
);
[C++] Parameters ppBreaks [in]
ppBreaks is a parameter of type IDoubleArray* ppBreaks [out, retval]
ppBreaks is a parameter of type IDoubleArray**