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


IGdbRasterCatalogLayer.RendererUsage Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGdbRasterCatalogLayer Interface > IGdbRasterCatalogLayer.RendererUsage Property
ArcGIS Developer Help

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(
  SAFEARRAY(Boolean)* pUsage
);
[C++]
Parameters
pUsage [out, retval]

pUsage is a parameter of type SAFEARRAY(bool)*

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