ArcObjects Library Reference (Display)  

IColorRamp.Size Property

The number of colors that will be generated by the CreateRamp method.

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

Parameters

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

Product Availability

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

Description

Size is the number of colors that will be generated when the CreateRamp method is used.

See Also

IColorRamp Interface