This document is archived and information here might be outdated. Recommended version. |
The filter's numeric values used to represent each class.
[Visual Basic .NET] Public Property ClassBreakCodes As ILongArray
[C#] public ILongArray ClassBreakCodes {get; set;}
[C++]
HRESULT get_ClassBreakCodes(
ILongArray* ppCodes
);
[C++]
HRESULT putref_ClassBreakCodes(
ILongArray** ppCodes
);
[C++] Parameters ppCodes [in]
ppCodes is a parameter of type ILongArray* ppCodes [out, retval]
ppCodes is a parameter of type ILongArray**