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


IRasterCatalogRendererPicker.AllAvailableRenderersCLSID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterCatalogRendererPicker Interface > IRasterCatalogRendererPicker.AllAvailableRenderersCLSID Property
ArcGIS Developer Help

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(
  SAFEARRAY(System.String)* pCLSIDArrayy
);
[C++]
Parameters
pCLSIDArrayy [out, retval]

pCLSIDArrayy is a parameter of type SAFEARRAY(BSTR)*

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