com.esri.arcgis.carto
Interface IRasterCatalogDisplayProps2

All Superinterfaces:
IRasterCatalogDisplayProps, Serializable
All Known Implementing Classes:
GdbRasterCatalogLayer, RasterCatalogLayer

public interface IRasterCatalogDisplayProps2
extends IRasterCatalogDisplayProps, Serializable

Provides access to members that create or modify a raster catalog.

Product Availability

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


Method Summary
 int getLimitsRasterDraw()
          Limits the number of rasters drawn.
 void setLimitsRasterDraw(int pNum)
          Limits the number of rasters drawn.
 
Methods inherited from interface com.esri.arcgis.carto.IRasterCatalogDisplayProps
getDelayDraw, getDisplayRasters, getResamplingType, getSymbol, getTransitionScale, isDrawRastersOnly, isRedrawDisplay, isUseScale, setDelayDraw, setDisplayRasters, setDrawRastersOnly, setRedrawDisplay, setResamplingType, setSymbolByRef, setTransitionScale, setUseScale
 

Method Detail

getLimitsRasterDraw

int getLimitsRasterDraw()
                        throws IOException,
                               AutomationException
Limits the number of rasters drawn.

Product Availability

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

Returns:
The pNum
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLimitsRasterDraw

void setLimitsRasterDraw(int pNum)
                         throws IOException,
                                AutomationException
Limits the number of rasters drawn.

Product Availability

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

Parameters:
pNum - The pNum (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.