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


IRasterColormap4.Size Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterColormap4.Size Property

The number of colors in this colormap.

[Visual Basic .NET]
Public ReadOnly Property Size As Integer
[C#]
public int Size {get;}
[C++]
HRESULT get_Size(
  long* Size
);
[C++]

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

Product Availability

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

See Also

IRasterColormap4 Interface