This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDiscreteColorRenderer Interface > IRasterDiscreteColorRenderer.NumColors Property (ArcObjects .NET 10.4 SDK) |
The number of colors.
[Visual Basic .NET] Public Property NumColors As Integer
[C#] public int NumColors {get; set;}
[C++]
HRESULT get_NumColors(
long* pNumColors
);
[C++]
HRESULT put_NumColors(
long pNumColors
);
[C++]
Parameters pNumColors [out, retval] pNumColors is a parameter of type long pNumColors [in] pNumColors is a parameter of type long