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


IRasterStretchAdvancedLabels.NumLabels Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IRasterStretchAdvancedLabels.NumLabels Property

Number of labels.

[Visual Basic .NET]
Public Property NumLabels As Integer
[C#]
public int NumLabels {get; set;}
[C++]
HRESULT get_NumLabels(
  long NumLabels
);
[C++]
HRESULT put_NumLabels(
  System.Int32* NumLabels
);
[C++]

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

Product Availability

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

See Also

IRasterStretchAdvancedLabels Interface