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


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

IRasterCatalogRendererPicker.DefaultUseRenderersCLSID Property

The ProgIDs of the default raster renderers.

[Visual Basic .NET]
Public ReadOnly Property DefaultUseRenderersCLSID As String[]
[C#]
public String[] DefaultUseRenderersCLSID {get;}
[C++]
HRESULT get_DefaultUseRenderersCLSID(
  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 DefaultUseRenderersCLSID, a read only property, returns an array of ProgIDs of the raster renderers that are used in rendering the raster catalog layer.

See Also

IRasterCatalogRendererPicker Interface