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


IRasterCatalogRendererPicker.AllAvailableRenderersCLSID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRasterCatalogRendererPicker.AllAvailableRenderersCLSID Property

The ProgIDs of all available raster renderers.

[Visual Basic .NET]
Public ReadOnly Property AllAvailableRenderersCLSID As String[]
[C#]
public String[] AllAvailableRenderersCLSID {get;}
[C++]
HRESULT get_AllAvailableRenderersCLSID(
  pCLSIDArrayy* pCLSIDArrayy
);
[C++]

Parameters pCLSIDArrayy [out, retval] pCLSIDArrayy is a parameter of type

Product Availability

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

Remarks

The AllAvailableRenderersCLSID property returns an array of ProgIDs of all the available renderers that are associated with the raster catalog layer. An example of ProgID is �esriCarto.RasterRGBRenderer� for the RasterRGBRenderer object.

See Also

IRasterCatalogRendererPicker Interface