This document is archived and information here might be outdated. Recommended version. |
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)*
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.