This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterCatalogRendererPicker Interface > IRasterCatalogRendererPicker.AllAvailableRenderersCLSID Property (ArcObjects .NET 10.5 SDK) |
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
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.