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


IRasterStretchAdvancedLabels.NumLabels Property (ArcObjects .NET 10.4 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(
  long NumLabels
);
[C++]

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

Product Availability

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

See Also

IRasterStretchAdvancedLabels Interface