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


IViewManager.OutputBandSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IV > IViewManager Interface > IViewManager.OutputBandSize Property
ArcGIS Developer Help

IViewManager.OutputBandSize Property

Size allocated for each band when banding output.

[Visual Basic .NET]
Public Property OutputBandSize As Integer
[C#]
public int OutputBandSize {get; set;}
[C++]
HRESULT get_OutputBandSize(
  long kilobytes
);
[C++]
HRESULT put_OutputBandSize(
  System.Int32* kilobytes
);
[C++]
Parameters
kilobytes [in]

kilobytes is a parameter of type long kilobytes [out, retval]
kilobytes is a parameter of type long*

Product Availability

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

See Also

IViewManager Interface