This document is archived and information here might be outdated.  Recommended version.


IRasterUniqueValueRenderer.HeadingCount Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRasterUniqueValueRenderer.HeadingCount Property

Number of headings used by the renderer.

[Visual Basic .NET]
Public Property HeadingCount As Integer
[C#]
public int HeadingCount {get; set;}
[C++]
HRESULT get_HeadingCount(
  long* pCount
);
[C++]
HRESULT put_HeadingCount(
  long pCount
);
[C++]

Parameters pCount [out, retval] pCount is a parameter of type long pCount [in] pCount is a parameter of type long

Product Availability

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

See Also

IRasterUniqueValueRenderer Interface

.NET Samples

Create a custom default raster renderer (Code Files: RasterRendererMaker_1bit_TIFF_VBNET)

.NET Related Topics

How to create a raster unique value renderer