The pre-defined colormap name, e.g. 'Random', 'NDVI', and etc.
[Visual Basic .NET] Public Property ColormapName As String
[C#] public string ColormapName {get; set;}
[C++]
HRESULT get_ColormapName(
BSTR* pColormapName
);
[C++]
HRESULT put_ColormapName(
BSTR pColormapName
);
[C++]Parameters
pColormapName [out, retval] pColormapName is a parameter of type BSTR pColormapName [in] pColormapName is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.