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


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

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(
  System.Int32* 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