ArcObjects Library Reference (GeoDatabase)  

ITinTriangleFilter.ClassBreakCodes Property

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 [out, retval]

  ppCodes is a parameter of type ILongArray

ppCodes [in]

  ppCodes is a parameter of type ILongArray

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITinTriangleFilter Interface