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


IRasterCatalogDisplayProps2.LimitsRasterDraw Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRasterCatalogDisplayProps2.LimitsRasterDraw Property

Limits the number of rasters drawn.

[Visual Basic .NET]
Public Property LimitsRasterDraw As Integer
[C#]
public int LimitsRasterDraw {get; set;}
[C++]
HRESULT get_LimitsRasterDraw(
  long* pNum
);
[C++]
HRESULT put_LimitsRasterDraw(
  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.

See Also

IRasterCatalogDisplayProps2 Interface