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


IColormapFunctionArguments.ColormapName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > IColormapFunctionArguments Interface > IColormapFunctionArguments.ColormapName Property
ArcGIS Developer Help

IColormapFunctionArguments.ColormapName Property

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(
  System.String* 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.

See Also

IColormapFunctionArguments Interface