This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinValueFilter Interface > ITinValueFilter.ClassBreaks Property (ArcObjects .NET 10.4 SDK) |
The classification categories of the filter.
[Visual Basic .NET] Public Property ClassBreaks As ILongArray
[C#] public ILongArray ClassBreaks {get; set;}
[C++]
HRESULT get_ClassBreaks(
ILongArray** ppBreaks
);
[C++]
HRESULT putref_ClassBreaks(
ILongArray* ppBreaks
);
[C++]
Parameters ppBreaks [out, retval]
ppBreaks is a parameter of type ILongArray ppBreaks [in]
ppBreaks is a parameter of type ILongArray