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


IGdbRasterCatalogLayer.RendererUsage Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IGdbRasterCatalogLayer.RendererUsage Property

Indicates whether renderers are being used.

[Visual Basic .NET]
Public ReadOnly Property RendererUsage As Boolean[]
[C#]
public Boolean[] RendererUsage {get;}
[C++]
HRESULT get_RendererUsage(
  pUsage* pUsage
);
[C++]

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

Product Availability

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

Remarks

It returns an array of the status of the renderer usage. The length of the array equals the number of renderers being associated with the layer, and each element is a Boolean, where value true indicating that the corresponding renderer is in use.

See Also

IGdbRasterCatalogLayer Interface