Indicates whether to display rasters.
[Visual Basic 6.0] Property DisplayRasters As Long
[Visual Basic .NET] Public Property DisplayRasters As Integer
[C#] public int DisplayRasters {get; set;}
[Java] public int getDisplayRasters() throws IOException, AutomationException
[Java] public void setDisplayRasters( Long DisplayRasters ) throws IOException, AutomationException
[C++]
HRESULT get_DisplayRasters(
long* pNum
);
[C++] HRESULT put_DisplayRasters( long pNum);
Parameters
pNum [out, retval]
pNum is a parameter of type long
pNum [in]
pNum is a parameter of type long
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.