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


IRasterCatalogLayer.DisplayRasters Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterCatalogLayer Interface > IRasterCatalogLayer.DisplayRasters Property
ArcGIS Developer Help

IRasterCatalogLayer.DisplayRasters Property

Indicates whether to display rasters.

[Visual Basic .NET]
Public Property DisplayRasters As Integer
[C#]
public int DisplayRasters {get; set;}
[C++]
HRESULT get_DisplayRasters(
  System.Int32* pNum
);
[C++]
HRESULT put_DisplayRasters(
  long pNum
);
[C++]
Parameters
pNum [out, retval]

pNum is a parameter of type long* pNum [in]
pNum is a parameter of type long

Product Availability

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

Remarks

The DisplayRasters property specifies the threshold, in raster datasets, of how many datasets must be visible for the pixel data to be drawn. If too many datasets are within the display extent, a wire frame will show the bounding box of each raster dataset with the name of the dataset.

See Also

IRasterCatalogLayer Interface