This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterCatalogDisplayProps Interface > IRasterCatalogDisplayProps.DisplayRasters Property (ArcObjects .NET 10.4 SDK) |
Indicates whether to display rasters.
[Visual Basic .NET] Public Property DisplayRasters As Integer
[C#] public int DisplayRasters {get; set;}
[C++]
HRESULT get_DisplayRasters(
long* 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
The DisplayRasters property specifies a threshold (the number of raster datasets are within the display extent) that controls the raster catalog display mode. If the number of the raster datasets in the display extent is greater than the threshold, the raster catalog displays as a wireframe. Otherwise the raster datasets within the display extent will be drawn. The default threshold is 9.