This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > IColorRamp Interface > IColorRamp.Size Property (ArcObjects .NET 10.4 SDK) |
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